diff options
Diffstat (limited to 'test/PCH/Inputs/pch-through-use3a.cpp')
-rw-r--r-- | test/PCH/Inputs/pch-through-use3a.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/Inputs/pch-through-use3a.cpp b/test/PCH/Inputs/pch-through-use3a.cpp new file mode 100644 index 000000000000..dfd1d11071c0 --- /dev/null +++ b/test/PCH/Inputs/pch-through-use3a.cpp @@ -0,0 +1,2 @@ +#define AFOO 0 +#include "Inputs/pch-through1.h" |