new testcase

llvm-svn: 38544
This commit is contained in:
Chris Lattner 2006-06-18 07:00:07 +00:00
parent 1f5830546a
commit 1500881bd9
1 changed files with 24 additions and 0 deletions

View File

@ -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