summaryrefslogtreecommitdiff
path: root/test/Misc/diag-special-chars.c
blob: e656a09b427997746248e37a0d26dd75cb7c8643 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %clang_cc1 %s -verify
// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s

// 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}}

// CHECK: error: Hi  Bye
// CHECK: #error Hi <U+007F> Bye