testDestructuringVarInsideWith.js (71B)
1 with ({b:1}) { 2 const [ b ] = []; 3 assertEq(b, undefined); 4 }