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
/
common-real-int-sign.c
blob: d67c30107c41255fdf9d71f5222f15588cf36972 (
plain
)
1
2
3
4
int main(void) { unsigned x = -1; return 0 > x; }