blob: c64601b003c5942b7ef9d972dd7ea162e0087410 [file] [log] [blame]
void main()
{
struct S{}
S s2 = {,}; // invalid, but compiles
}