]> git.ozlabs.org Git - ccan/blob - test/run-with-debug.c
bitmap: Avoid shadowing type name with parameter name
[ccan] / test / run-with-debug.c
1 /* Just like run.c, but with all debug checks enabled. */
2 #define CCAN_LIST_DEBUG 1
3 #include <ccan/list/test/run.c>