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
/
enum-large-value.c
blob: 35320623a9d4b52493dc4553f8b1a40a778a2180 (
plain
)
1
2
3
4
enum { A = 0x80000000, }; int x = A < 0;