summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/constants.c
blob: f7e4cd02fbb01e0e91a38145517a46634b80c3be (plain)
1
2
3
4
5
6
7
8
/* RUN: clang -parse-ast-check %s
 */

int x = 000000080;  /* expected-error {{invalid digit}} */

int y = 0000\
00080;             /* expected-error {{invalid digit}} */

OpenPOWER on IntegriCloud