summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/sigint.js
blob: 11df66645f07d783e6860f738f7557471408f119 (plain)
1
2
3
4
5
6
7
8
const a = 99;
if (true) {
  const b = 101;
} else {
  const c = 102;
}
process.kill(process.pid, "SIGINT");
//# sourceMappingURL=https://http.cat/402