FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 20001228-1.c
blob79efe117aacfad32992fb8160cb5ae5d361298b9
1 void rof(void)
3 union { int a; } u;
4 for (u.a = 0; u; u.a++) /* { dg-error "invalid operand" } */