]> git.wh0rd.org - ICEs.git/blob - gcc-4.2.0-bitfields/test.c
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