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 e7ed3c458ebaac2f62761c6c44ee044a75cad925) (https://github.com/llvm-mirror/llvm.git 5e3f62b203e1da97045bf1053b06ab06456c7f50)

Options
C11
-pedantic-errors
Raw compiler options
-w

Author

anonymous

over 6 years ago

$ clang prog.c -std=c11 -pedantic-errors -w
prog.c:4:3: error: use of undeclared identifier 'x'
  x;
  ^
1 error generated.
Exit Code:
1