]> git.ozlabs.org Git - ccan/blob - ccan/autodata/test/helper.c
opt/helpers: fix out-of-range check in opt_set_floatval()
[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");