[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / bcpl-escaped-newline.c
blob0883173b224fda898cc549ebb9d45f64f257c7e1
1 // RUN: %clang_cc1 -Eonly -ftrigraphs %s
2 // RUN: %clang_cc1 -Eonly -verify %s
4 //\
5 #error bar
7 //??/
8 #error qux
9 // expected-error@-1 {{qux}}
11 // Trailing whitespace!
12 //\
13 #error quux
14 // expected-warning@-2 {{backslash and newline separated by space}}