Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b4b47ce40e4b8d1751aa12c4074c8d98dd4d8c82 (plain) (tree)
1
2
3
4
5
6
7
8







                     
#include "a.h"

class DepTest3{
public:

	DepTest3();
	~DepTest3();
};

Back to the top