func (x, y) {
int x, y; // ‘x’ redeclared as different kind of symbol / ‘y’ redeclared as different kind of symbol
return x+y;
}