f()1 int f () { return 0; }
2 
3 void
test()4 test ()
5 {
6     int j = { f() };
7 }
8