summaryrefslogtreecommitdiff
path: root/clang/test/CXX/lex/lex.trigraph/p2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/lex/lex.trigraph/p2.cpp')
-rw-r--r--clang/test/CXX/lex/lex.trigraph/p2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CXX/lex/lex.trigraph/p2.cpp b/clang/test/CXX/lex/lex.trigraph/p2.cpp
new file mode 100644
index 0000000..7d11d5b
--- /dev/null
+++ b/clang/test/CXX/lex/lex.trigraph/p2.cpp
@@ -0,0 +1,3 @@
+// RUN: %clang_cc1 -fsyntax-only -trigraphs -Wtrigraphs -verify %s
+
+??=define arraycheck(a,b) a??(b??) ??!??! b??(a??) // expected-warning {{trigraph converted to '#' character}} expected-warning {{trigraph converted to '[' character}} expected-warning {{trigraph converted to ']' character}} expected-warning {{trigraph converted to '|' character}} expected-warning {{trigraph converted to '|' character}} expected-warning {{trigraph converted to '[' character}} expected-warning {{trigraph converted to ']' character}}