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