diff options
Diffstat (limited to 'tests/headers/union_dtor.hpp')
-rw-r--r-- | tests/headers/union_dtor.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/union_dtor.hpp b/tests/headers/union_dtor.hpp deleted file mode 100644 index 399dc89d..00000000 --- a/tests/headers/union_dtor.hpp +++ /dev/null @@ -1,5 +0,0 @@ -union UnionWithDtor { - ~UnionWithDtor(); - int mFoo; - void* mBar; -}; |