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