diff options
Diffstat (limited to 'tests/headers/enum_and_vtable_mangling.hpp')
-rw-r--r-- | tests/headers/enum_and_vtable_mangling.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/enum_and_vtable_mangling.hpp b/tests/headers/enum_and_vtable_mangling.hpp deleted file mode 100644 index 3abd6a29..00000000 --- a/tests/headers/enum_and_vtable_mangling.hpp +++ /dev/null @@ -1,11 +0,0 @@ - -enum { - match, - whatever_else, -}; - -class C { - int i; -public: - virtual void match() { }; -}; |