summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/modules/export-default-async-asi.js
blob: a69a7aa3dc0c2b86f264d5d55c103955bfc52b68 (plain)
1
2
export default async // ASI occurs here due to the [no LineTerminator here] restriction on default-exporting an async function
function async() { return 17; }