summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/diamond_top.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/diamond_top.h')
-rw-r--r--clang/test/Modules/Inputs/diamond_top.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/diamond_top.h b/clang/test/Modules/Inputs/diamond_top.h
new file mode 100644
index 0000000..34998cd
--- /dev/null
+++ b/clang/test/Modules/Inputs/diamond_top.h
@@ -0,0 +1,4 @@
+int top(int *);
+
+int top_left(char *c);
+