summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/external-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/external-defs.h')
-rw-r--r--clang/test/PCH/external-defs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/test/PCH/external-defs.h b/clang/test/PCH/external-defs.h
new file mode 100644
index 00000000000..29345e9c697
--- /dev/null
+++ b/clang/test/PCH/external-defs.h
@@ -0,0 +1,10 @@
+// Helper for external-defs.c test
+
+// Tentative definition
+int x;
+
+// FIXME: check this, once we actually serialize it
+int y = 17;
+
+// Should not show up
+static int z;
OpenPOWER on IntegriCloud