blob: 4517c9b636ea433c8c4d1ec691c3305127d38f83 [file] [log] [blame]
Chris Lattner15008812006-06-18 07:00:07 +00001/*
2RUN: clang -E %s | grep bar &&
3RUN: clang -E %s | grep foo &&
4RUN: clang -E %s | not grep abc &&
5RUN: clang -E %s | not grep xyz
6*/
7
8/* abc
9
10ends with normal escaped newline:
11*\
12/
13
14bar
15
16/* xyz
17
18
19ends with a trigraph escaped newline:
20*??/
21/
22
23foo
24