summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug563126.js
blob: 9a42bacc2c9a093f56c2d7536b77eea426c804b9 (plain)
1
2
3
4
5
6
// |jit-test| error:ReferenceError

// Binary: cache/js-dbg-64-985cdfad1c7e-linux
// Flags:
//
(function(x){ function a () { x = 2 }; tracing(true); a(); })()