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