]> git.ozlabs.org Git - ccan/blob - ccan/autodata/test/helper.c
rfc822: fix sigaction test, wean off ccan-specific talloc_set_allocator()
[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");