summaryrefslogtreecommitdiff
path: root/ccan/autodata/test/helper.c
blob: 5655914d7c4c965439528ec4937007b83e2d741c (plain)
1
2
3
4
5
6
/* Check that linking together works. */
#include <ccan/autodata/autodata.h>

AUTODATA_TYPE(autostrings, char);

AUTODATA(autostrings, "helper");