class Test {
	// PYTHON CLASS
public:
	int foo(int x);
	int foo(float y);
};
