main()1 void main()
2 {
3     struct S{}
4     S s2 = {,};   // invalid, but compiles
5 }
6