class Test {
public:
	int func(int i) const { return i; }
};
