function main() { print(f()); } function f() { return 3; }