xref: /minix3/external/bsd/llvm/dist/clang/test/Lexer/bcpl-escaped-newline.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -Eonly -ftrigraphs %s
2f4a2713aSLionel Sambuc // RUN: %clang_cc1 -Eonly -verify %s
3f4a2713aSLionel Sambuc 
4f4a2713aSLionel Sambuc //\
5f4a2713aSLionel Sambuc #error bar
6f4a2713aSLionel Sambuc 
7f4a2713aSLionel Sambuc //??/
8f4a2713aSLionel Sambuc #error qux
9f4a2713aSLionel Sambuc // expected-error@-1 {{qux}}
10f4a2713aSLionel Sambuc 
11f4a2713aSLionel Sambuc // Trailing whitespace!
12f4a2713aSLionel Sambuc //\
13f4a2713aSLionel Sambuc #error quux
14*0a6a1f1dSLionel Sambuc // expected-warning@-2 {{backslash and newline separated by space}}
15