// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
int test;
int test;
int test;
int test;
int test;
int test;
int test; // expected-warning {{non-standard escape}}
int test; // expected-warning {{non-standard escape}}
int test;
int test;
int test;
int test;
int test;
int test;
int test;
int test; // expected-warning {{non-standard escape}}
int test; // expected-warning {{non-standard escape}}
int test; // expected-warning {{non-standard escape}}
int test; // expected-warning {{non-standard escape}}
const char *format = "abc \m def"; // expected-warning{{unknown escape sequence '\m'}}