summaryrefslogtreecommitdiff
path: root/tests/headers/parm-union.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/parm-union.hpp')
-rw-r--r--tests/headers/parm-union.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/headers/parm-union.hpp b/tests/headers/parm-union.hpp
new file mode 100644
index 00000000..e36df691
--- /dev/null
+++ b/tests/headers/parm-union.hpp
@@ -0,0 +1,4 @@
+struct Struct
+{
+ void Function(union Union&);
+};