rt_gccstream/gcc/testsuite/gcc.dg/noncompile/pr40033-1.c

8 lines
144 B
C

/* ICE from error_mark_node being wrapped in a C_MAYBE_CONST_EXPR. PR
40033. */
void foo()
{
({ 0,; }); /* { dg-error "expected" } */
}