add = Func(a: Int, b: Int): Int { return a + b; } main = Func(): Int { add(1,2); return x; }