diff options
Diffstat (limited to 'tests/headers/parm-union.hpp')
-rw-r--r-- | tests/headers/parm-union.hpp | 4 |
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&); +}; |