(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20031203-3.c
       1  /* Don't ICE on user silliness.  GCC 3.4 and before accepts this without
       2     comment; 3.5 warns.  Perhaps eventually we'll declare this an error.  */
       3  
       4  void bar (void)
       5  {
       6          ({});
       7  }