Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git bfa6f5fe991a922e28ed05263ed795b8fb058b4b) (https://github.com/llvm-mirror/llvm.git 0f6ce82bae2d042a1d11220781e68dc3bea36640)

Options
C11
-pedantic-errors
Raw compiler options
-w

Author

anonymous

over 6 years ago

$ clang prog.c -std=c11 -pedantic-errors -w
prog.c:3:3: error: declaration does not declare anything [-Werror,-Wmissing-declarations]
  struct { enum { a } b; };
  ^
1 error generated.
Exit Code:
1