hanchenye-llvm-project/clang/test/Lexer/constants.c

9 lines
174 B
C

/* RUN: clang -parse-ast -verify %s
*/
int x = 000000080; /* expected-error {{invalid digit}} */
int y = 0000\
00080; /* expected-error {{invalid digit}} */