]> git.ozlabs.org Git - ccan/blob - helper.c
5655914d7c4c965439528ec4937007b83e2d741c
[ccan] / 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");