summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-43.js
blob: 8605108aca3f7e18d5a5f3032458ba03bc9b3589 (plain)
1
2
3
4
// |jit-test| error: ReferenceError

function f(a = x, x = x) {}
f(/y/)