summaryrefslogtreecommitdiff
path: root/test/fixtures/v8-coverage/sigint.js
blob: 78efc9719254461a94b9d144681410d6d9c1a99f (plain)
1
2
3
4
5
6
7
const a = 99;
if (true) {
  const b = 101;
} else {
  const c = 102;
}
process.kill(process.pid, "SIGINT");