Author
anonymous
over 6 years ago
C
gcc 7.2.0
$ 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
prog.c:4:27: warning: integer overflow in expression [-Woverflow] _Static_assert(INT_MIN == -INT_MIN, "two's complement math"); ^
-2147483648