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