summaryrefslogtreecommitdiffstats
path: root/test/CXX/lex/lex.trigraph/p2.cpp
blob: 5be2d46b9189b232ec9540fe210625436b854a5d (plain)
1
2
3
// RUN: clang-cc -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}}
OpenPOWER on IntegriCloud