aboutsummaryrefslogblamecommitdiffstats
path: root/test/classdecl.cpp
blob: 70e36254a7c5ae48804ace4f62cac1a80b25d3a3 (plain) (tree)


















                                             
namespace classdecl_ns{
class testClass {
public:
  testClass();
  virtual ~testClass();

private:
};

#define classdeclmacro classDeclMacroExpanded
class anotherTestClass {
public:
  anotherTestClass();
  virtual ~anotherTestClass();

private:
};
}; // namespace