projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First cut, some hacks, three simple modules.
[ccan]
/
check_type
/
test
/
compile_fail-check_types_match.c
1
#include "check_type/check_type.h"
2
3
int main(int argc, char *argv[])
4
{
5
unsigned char x = argc;
6
#ifdef FAIL
7
check_types_match(argc, x);
8
#endif
9
return x;
10
}