//! test_output(3) export default function () { function foo() { return 3; } return foo(); }