summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testBug743408.js
blob: 2c551065846572b62a2cb1604cd19291b07f7280 (plain)
1
2
3
4
5
6
// |jit-test| error:ReferenceError
test();
function test() {
  (arguments);
  F.prototype = new F();
}