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
/
bitfield-integer-promotion.c
blob: e0a95f5843223483baf0ca13fb9321212e90a348 (
plain
)
1
2
3
4
5
6
7
struct { unsigned a : 2; } s; int main(void) { return -1 > s.a; }