test = Func(): Int { x: Int = 3; return x + 2; } main = Func(): Int { return test(); }