functionRedeclConst.js (75B)
1 // |jit-test| error: SyntaxError 2 { 3 const x = 0; 4 function x() { } 5 }