2017-09-27 14:12:30 -04:00

4 lines
39 B
JavaScript

function test() {
true && throw 1;
}