index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
if-char.c
blob: c22d76752ba89e0b501e74142fb2e4bb0c3c8ed0 (
plain
)
1
2
3
4
5
int main(void) { if ((unsigned char)0x100) return 1; return 0; }