constants.c revision 9f3d942e9970bc8f51add390b2a2c46b5a2ab747
1/* RUN: clang -parse-ast -verify %s
2 */
3
4int x = 000000080;  /* expected-error {{invalid digit}} */
5
6int y = 0000\
700080;             /* expected-error {{invalid digit}} */
8
9