//! test_output(42) export default function () { try { return 37; } finally { return 42; } }