]> git.ozlabs.org Git - ccan/blob - ccan/list/test/run-with-debug.c
bitmap: Don't crash if allocation fails in bitmap_alloc0() & friends
[ccan] / ccan / list / 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>