Sam Bishop | d8b28d7 | 2008-03-21 07:02:04 +0000 | [diff] [blame^] | 1 | // RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3 |
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 2 | |
3 | // XX expands to nothing. | ||||
4 | #define XX | ||||
5 | |||||
6 | #define FILE "file_to_include.h" | ||||
7 | #include XX FILE | ||||
8 | |||||
9 | #include FILE | ||||
10 | |||||
11 | |||||
12 | #include "file_to_include.h" |