aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/diamond_right.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/diamond_right.h')
-rw-r--r--test/Modules/Inputs/diamond_right.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/diamond_right.h b/test/Modules/Inputs/diamond_right.h
new file mode 100644
index 000000000000..6f8bb82f8d24
--- /dev/null
+++ b/test/Modules/Inputs/diamond_right.h
@@ -0,0 +1,7 @@
+__import_module__ diamond_top;
+
+double right(double *);
+
+struct left_and_right {
+ int left, right;
+};