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