forked from OSchip/llvm-project
parent
1f5830546a
commit
1500881bd9
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
RUN: clang -E %s | grep bar &&
|
||||
RUN: clang -E %s | grep foo &&
|
||||
RUN: clang -E %s | not grep abc &&
|
||||
RUN: clang -E %s | not grep xyz
|
||||
*/
|
||||
|
||||
/* abc
|
||||
|
||||
ends with normal escaped newline:
|
||||
*\
|
||||
/
|
||||
|
||||
bar
|
||||
|
||||
/* xyz
|
||||
|
||||
|
||||
ends with a trigraph escaped newline:
|
||||
*??/
|
||||
/
|
||||
|
||||
foo
|
||||
|
Loading…
Reference in New Issue