xref: /minix3/external/bsd/llvm/dist/clang/test/Lexer/escape_newline.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -E -ftrigraphs %s | grep -- ' ->'
2*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -E -ftrigraphs %s 2>&1 | grep 'backslash and newline separated by space'
3*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -E -ftrigraphs %s 2>&1 | grep 'trigraph converted'
4*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -E -CC -ftrigraphs %s
5f4a2713aSLionel Sambuc 
6f4a2713aSLionel Sambuc // This is an ugly way to spell a -> token.
7f4a2713aSLionel Sambuc  -??/
8f4a2713aSLionel Sambuc >
9f4a2713aSLionel Sambuc 
10f4a2713aSLionel Sambuc // \
11f4a2713aSLionel Sambuc 
12