Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 8 years ago

Language

C

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 2abe10f0902311fdb2896d3c6223787f51049fac) (https://github.com/llvm-mirror/llvm.git 4aeb7d033aef4e4345e52330160ea21ade905859)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

almost 8 years ago

$ clang prog.c -Wall -Wextra -std=gnu11
prog.c:1:1: warning: variable named 'main' with external linkage has undefined behavior [-Wmain]
const unsigned char main[] = { 72, 199, 192, 1, 0, 0, 0, 72, 199, 195, 1, 0, 0, 0, 72, 141, 53, 21, 0, 0, 0, 72, 199, 194, 21, 0, 0, 0, 15, 5, 72, 199, 192, 60, 0, 0, 0, 72, 49, 255, 15, 5, 97, 108, 119, 97, 121, 115, 32, 109, 105, 115, 115, 32, 116, 104, 101, 32, 109, 97, 114, 107, 10 };
^
1 warning generated.
always miss the mark
Exit Code:
0