/trunk/Examples/test-suite/clientdata_prop_a.h
# · C++ Header · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 406e45761514282be39eae6c755c5429 MD5 · raw file
- class A {
- public:
- void fA() {}
- };
- typedef A tA;
- void test_A(A *a) {}
- void test_tA(tA *a) {}
- tA *new_tA() { return new tA(); }