aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/exit-code-await-throw-1.js
blob: 6b8c42eabe2502478494bc2a29acfa6fecd886fc (plain) (blame)
1
2
3
await (async function () {
  throw 42;
})();