930926-1.c   [plain text]


int f () { return 0; }

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