aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-fn-prototype-tags/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/merge-fn-prototype-tags/c.h')
-rw-r--r--test/Modules/Inputs/merge-fn-prototype-tags/c.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-fn-prototype-tags/c.h b/test/Modules/Inputs/merge-fn-prototype-tags/c.h
new file mode 100644
index 000000000000..cb5262417434
--- /dev/null
+++ b/test/Modules/Inputs/merge-fn-prototype-tags/c.h
@@ -0,0 +1,4 @@
+#ifndef _STAT_H_
+#define _STAT_H_
+struct stat {};
+#endif