function Component() {
  function foo() {
    a;
    b;
  }
  let a;
  const b = true;
}