blob: fcfa4fbc499df069be8c1962ef85cc53e82b1e43 [file] [log] [blame]
int f () { return 0; }
void
test ()
{
int j = { f() };
}