]> git.ozlabs.org Git - ccan/blob - ccan/autodata/test/helper.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / autodata / test / helper.c
1 /* Check that linking together works. */
2 #include <ccan/autodata/autodata.h>
3
4 AUTODATA_TYPE(autostrings, char);
5
6 AUTODATA(autostrings, "helper");