2015-01-08 09:27:03 +08:00
|
|
|
|
// RUN: %clang_cc1 %s -verify
|
|
|
|
|
// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s
|
|
|
|
|
|
2015-01-08 10:40:08 +08:00
|
|
|
|
// There is a special characters on the following line, which is used as a
|
|
|
|
|
// marker character for diagnostic printing. Ensure diagnostics involving
|
|
|
|
|
// this character does not cause problems with the diagnostic printer.
|
|
|
|
|
#error Hi Bye
|
|
|
|
|
//expected-error@-1 {{Hi Bye}}
|
2015-01-08 09:27:03 +08:00
|
|
|
|
|
2015-01-08 10:40:08 +08:00
|
|
|
|
// CHECK: error: Hi Bye
|
|
|
|
|
// CHECK: #error Hi <U+007F> Bye
|