rt_gccstream/gcc/testsuite/gcc.dg/pr35443.c

10 lines
178 B
C

/* PR c/35443 */
/* { dg-options "" } */
/* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
void
foo ()
{
({ int i; i; })(); /* { dg-error "is not a function" } */
}