Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc HEAD 9.0.0 20181211 (experimental)

Options
C11
-pedantic-errors

Author

anonymous

over 6 years ago

$ 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 };
      |            ^
Exit Code:
1