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
/
cast-bool-char.c
blob: 3ce2325075af1806f0eec3b53572e26312aaa56b (
plain
)
1
2
3
int main(void) { return (bool)(unsigned char)256; }