Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame^] | 1 | // RUN: clang %s -fno-caret-diagnostics 2>&1 | grep 'file successfully included' | wc -l | grep 3 |
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" |