rt_gccstream/gcc/testsuite/gcc.c-torture/compile/930926-1.c

8 lines
62 B
C

int f () { return 0; }
void
test ()
{
int j = { f() };
}