static int func(int x, int y) {
return x + y;
}