aboutsummaryrefslogblamecommitdiffstats
path: root/test/cxxrecorddecl.cpp
blob: 961bf2821df9fce0fe65c850edc7c55bdb4c1e82 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














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

private:
  /* data */
};

struct testStruct {
  /* data */
};
}; // namespace