tests: use blob_parse_untrusted variant
[project/libubox.git] / tests / test-b64_encode.c
1 #include "utils.h"
2
3 int main()
4 {
5 b64_encode("foo", 3, NULL, 2);
6 return 0;
7 }