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