]> git.ozlabs.org Git - ccan/blob - ccan/check_type/test/compile_fail-check_type.c
ccan_tokenizer, check_type, container_of, typesafe_cb: handle !HAVE_TYPEOF
[ccan] / ccan / check_type / test / compile_fail-check_type.c
1 #include <ccan/check_type/check_type.h>
2
3 int main(int argc, char *argv[])
4 {
5 #ifdef FAIL
6         check_type(argc, char);
7 #endif
8         return 0;
9 }