summaryrefslogtreecommitdiffstats
path: root/test/Lexer/bcpl-escaped-newline.c
blob: 4d4a7b5e89ebeddfbf0c8b8f9115b6674a565f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_cc1 -Eonly -trigraphs %s
// RUN: %clang_cc1 -Eonly -verify %s

//\
#error bar

//??/
#error qux // expected-error {{qux}}

// Trailing whitespace!
//\ 
#error quux