aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/20001228-1.c
blob: 79efe117aacfad32992fb8160cb5ae5d361298b9 (plain)
1
2
3
4
5
6
void rof(void)
{
  union { int a; } u;
  for (u.a = 0; u; u.a++)  /* { dg-error "invalid operand" } */
    ;
}