blob: 835f91848cee010023a2adbd057d6e2f3ff68198 [file] [log] [blame]
// |jit-test| --ion-gvn=off; error:ReferenceError
(function(x) {
x = +x
switch (y) {
case -1:
x = 0
}
})()