(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
20001228-1.c
       1  void rof(void)
       2  {
       3    union { int a; } u;
       4    for (u.a = 0; u; u.a++)  /* { dg-error "used union" } */
       5      ;
       6  }