//! test_output("foo") export default () => { return stuff.foo(); }; const stuff = { foo() { return 'foo'; } };