forked from OSchip/llvm-project
4 lines
519 B
C++
4 lines
519 B
C++
// 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}}
|