20001228-1.c   [plain text]


void rof(void)
{
  union { int a; } u;
  for (u.a = 0; u; u.a++)  /* { dg-error "used union" } */
    ;
}