2018-01-09 15:36:42 +01:00

9 lines
85 B
JavaScript

function x() {
return -1;
return --i;
return !2;
return void 0;
}
throw -1;