summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/exit-1.js
blob: 9734649a773b425d38330e267f75cca1692810f8 (plain)
1
2
3
4
5
6
7
8
const a = 99;
if (true) {
  const b = 101;
} else {
  const c = 102;
}
process.exit(1);
//# sourceMappingURL=https://http.cat/404