Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2017-02-06-a
/
.
/
test
/
Lexer
/
bcpl-escaped-newline.c
blob: 0883173b224fda898cc549ebb9d45f64f257c7e1 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -Eonly -ftrigraphs %s
// RUN: %clang_cc1 -Eonly -verify %s
//\
#error
bar
//??/
#error
qux
// expected-error@-1 {{qux}}
// Trailing whitespace!
//\
#error
quux
// expected-warning@-2 {{backslash and newline separated by space}}