summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug651827.js
blob: 12bda58da33ed3fb9e565e96b68e64ff131b5772 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-32-1fe03044bfeb-linux
// Flags: -m -n -a
//
try {
    function x() {}
} catch(e) {}
switch (undefined) {
    case(y) = Infinity:
}