Author
anonymous
over 6 years ago
C
gcc HEAD 9.0.0 20181211 (experimental)
$ gcc prog.c -std=c11 -pedantic-errors
prog.c: In function 'main': prog.c:3:12: error: variable 's' has initializer but incomplete type 3 | struct S s = (struct S { int x; }) { .x = 1 }; | ^