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