summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/import-textual/M/someheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/import-textual/M/someheader.h')
-rw-r--r--clang/test/Modules/Inputs/import-textual/M/someheader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/import-textual/M/someheader.h b/clang/test/Modules/Inputs/import-textual/M/someheader.h
new file mode 100644
index 00000000000..16fae408724
--- /dev/null
+++ b/clang/test/Modules/Inputs/import-textual/M/someheader.h
@@ -0,0 +1,6 @@
+#ifndef C_GUARD
+#define C_GUARD
+
+typedef int myint;
+
+#endif
OpenPOWER on IntegriCloud