]> git.ozlabs.org Git - ponghero.git/blob - ccan/check_type/test/compile_fail-check_type.c
Prepare for release: rename to ponghero and pull in ccan.
[ponghero.git] / 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 }