git.wh0rd.org
/
ICEs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
initial import
[ICEs.git]
/
gcc-4.2.0-bitfields
/
test.c
1
int
main
(
int
argc
,
char
*
argv
[]) {
struct
{
int
i
:
1
; }
f
= { .
i
= (
argc
!=
0
), };
return
(
f
.
i
?
0
:
1
); }
2