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
/
char-sign+aarch64.c
blob: 84d35eefd365d4860ea7f7187a654cc7dc4575f5 (
plain
)
1
2
3
4
int x = (char)-1 < 0; int main(void) { return (char)-1 < 0; }