FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 980602-2.c
blob8ef23222d62edbce2512cd3e02afc2868d242ccc
1 struct {
2 unsigned bit : 30;
3 } t;
5 int main()
7 if (!(t.bit++))
8 exit (0);
9 else
10 abort ();