]> git.ozlabs.org Git - ccan/blobdiff - ccan/autodata/test/helper.c
autodata: stash pointers in a binary.
[ccan] / ccan / autodata / test / helper.c
diff --git a/ccan/autodata/test/helper.c b/ccan/autodata/test/helper.c
new file mode 100644 (file)
index 0000000..5655914
--- /dev/null
@@ -0,0 +1,6 @@
+/* Check that linking together works. */
+#include <ccan/autodata/autodata.h>
+
+AUTODATA_TYPE(autostrings, char);
+
+AUTODATA(autostrings, "helper");