// Adapted from randomly chosen test: js/src/jit-test/tests/parser/yield-in-formal-destructuring.js
function f({
    [e]: {}
}) {}