summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/private3/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/private3/private.h')
-rw-r--r--clang/test/Modules/Inputs/private3/private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/private3/private.h b/clang/test/Modules/Inputs/private3/private.h
new file mode 100644
index 00000000000..cf34b14c2e5
--- /dev/null
+++ b/clang/test/Modules/Inputs/private3/private.h
@@ -0,0 +1,7 @@
+#ifndef PRIVATE_H
+#define PRIVATE_H
+
+void priv();
+
+#endif
+
OpenPOWER on IntegriCloud