// |jit-test| error: SyntaxError
{
    const x = 0;
    function x() { }
}