summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/sigint.js
blob: f9ffaa8666229dbec4d7388d0aac3b90ffd0291c (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://ci.nodejs.org/402