Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc 7.2.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c:4:27: warning: integer overflow in expression [-Woverflow]
 _Static_assert(INT_MIN == -INT_MIN, "two's complement math");
                           ^
-2147483648
Exit Code:
0