diff options
Diffstat (limited to 'tests/headers/method-mangling.hpp')
-rw-r--r-- | tests/headers/method-mangling.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/headers/method-mangling.hpp b/tests/headers/method-mangling.hpp new file mode 100644 index 00000000..0dac4975 --- /dev/null +++ b/tests/headers/method-mangling.hpp @@ -0,0 +1,5 @@ + +class Foo { +public: + int type(); +}; |