From 2948f61947b9790a29d34fc48d8e5683467919db Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 4 Jun 2020 18:55:14 +0430 Subject: added a new switch:recorddecl. the test script is still WIP. --- test/cxxmethoddecl.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/cxxmethoddecl.cpp (limited to 'test/cxxmethoddecl.cpp') diff --git a/test/cxxmethoddecl.cpp b/test/cxxmethoddecl.cpp new file mode 100644 index 0000000..55e1e2f --- /dev/null +++ b/test/cxxmethoddecl.cpp @@ -0,0 +1,15 @@ + +namespace cxxmethoddecl_ns{ +#define cxxmethoddeclmacro cxxMethodTwo +class testClass { +public: + testClass(); + virtual ~testClass(); + + void cxxMethodOne(void); + void cxxMethodOne(int a); + void cxxmethoddeclmacro(void); + +private: +}; +}; // namespace -- cgit v1.2.3