Home | History | Annotate | Download | only in lex.trigraph
      1 // RUN: %clang_cc1 -fsyntax-only -trigraphs -Wtrigraphs -verify %s
      2 
      3 ??=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}}
      4