def foo() -> field { // return myGlobal; <- not allowed return 42; } def main() -> field { field myGlobal = 42; return foo(); }