namespace plugh {

struct xyzzy: Selectable, otf::WrapPy<xyzzy> {
	xyzzy();
	int	i();
	void	setI(int i);
	xyzzy	c;
};

} // end namespace plugh
