1 #define CCAN_STR_DEBUG 1
2 #include <ccan/str/str.h>
4 int main(int argc, char *argv[])
7 #if !HAVE_BUILTIN_TYPES_COMPATIBLE_P || !HAVE_TYPEOF
8 #error We need typeof to check isupper.
17 /* Fake fail on unsigned char platforms. */
18 BUILD_ASSERT((char)255 < 0);