Home | History | Annotate | Download | only in Lexer
      1 // RUN: %clang_cc1 -Eonly -trigraphs %s
      2 // RUN: %clang_cc1 -Eonly -verify %s
      3 
      4 //\
      5 #error bar
      6 
      7 //??/
      8 #error qux // expected-error {{qux}}
      9 
     10 // Trailing whitespace!
     11 //\
     12 #error quux
     13