mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
e1e2f669f6
PR-URL: https://github.com/nodejs/node/pull/29564 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
const a = 99;
|
|
if (true) {
|
|
const b = 101;
|
|
} else {
|
|
const c = 102;
|
|
}
|
|
process.exit(1);
|
|
//# sourceMappingURL=https://ci.nodejs.org/404
|