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