]> git.ozlabs.org Git - ccan/blob - check_type/test/compile_fail-check_type.c
First cut, some hacks, three simple modules.
[ccan] / check_type / test / compile_fail-check_type.c
1 #include "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 }