1 2 3 4 5 6
/* Check that linking together works. */ #include <ccan/autodata/autodata.h> AUTODATA_TYPE(autostrings, char); AUTODATA(autostrings, "helper");