Files
c3c/test/test_suite/constants/byte_literal_fail_hex.c3

2 lines
117 B
C

char[*] foo64 = x"abc def ^"; // #error: '^' isn't a valid hexadecimal digit, all digits should be a-z, A-Z and 0-9.