packages feed

inline-c-cpp-0.4.0.2: test/test.h

namespace Test {
	class Test {
	public:
		Test() {}
		int get () {return 3;}
	};
};
;