aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/pch-through-use3b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/pch-through-use3b.cpp')
-rw-r--r--test/PCH/Inputs/pch-through-use3b.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/Inputs/pch-through-use3b.cpp b/test/PCH/Inputs/pch-through-use3b.cpp
new file mode 100644
index 000000000000..5b547647d85b
--- /dev/null
+++ b/test/PCH/Inputs/pch-through-use3b.cpp
@@ -0,0 +1,3 @@
+#define AFOO 1
+#define BFOO 2
+#include "Inputs/pch-through1.h"