Author
anonymous
about 6 years ago
C
gcc 9.1.0
$ gcc prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
prog.c:9:1: error: static assertion failed: "LONG_BIT is 64 but must be 8 * 4." 9 | _Static_assert(LONG_BIT == 8 * SIZEOF_LONG, | ^~~~~~~~~~~~~~