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

//\
#error bar

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

// Trailing whitespace!
//\ 
#error quux