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