summaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/pch-through-use2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/pch-through-use2.cpp')
-rw-r--r--test/PCH/Inputs/pch-through-use2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/Inputs/pch-through-use2.cpp b/test/PCH/Inputs/pch-through-use2.cpp
new file mode 100644
index 000000000000..217803ba398c
--- /dev/null
+++ b/test/PCH/Inputs/pch-through-use2.cpp
@@ -0,0 +1,3 @@
+void foo() {
+ through4(0);
+}