test = Func(): Int { return 123; } main = Func(): Int { return test(); }