(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
pr40033-1.c
       1  /* ICE from error_mark_node being wrapped in a C_MAYBE_CONST_EXPR.  PR
       2     40033.  */
       3  
       4  void foo()
       5  {
       6    ({ 0,; }); /* { dg-error "expected" } */
       7  }