Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c008086c1564911db97a4bf1240da8d4144151af (plain) (blame)
1
2
3
4
5
6
7
8
#include "Inc1.h"
#include "a.h"
class DepTest{
public:

	DepTest();
	~DepTest();
};

Back to the top