package main; type myInt int32; func myFunc(x myInt) myInt; func (x *myInt) myFunc(x myInt) myInt {};