aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/constants.c
blob: 6d7ca19cdb928fd469de67d5971328dc84861c91 (plain)
1
2
3
4
5
6
7
8
/* RUN: clang -fsyntax-only -verify %s
 */

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

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