libubox: runqueue fix comment in header
[oweals/libubox.git] / tests / test-b64_decode.c
1 #include "utils.h"
2
3 int main()
4 {
5         b64_decode("Zg==", NULL, 2);
6         return 0;
7 }