fun test() { return 3; } int x = test(); print(x);