call-before-declaration.js 29 B

12345
  1. bar();
  2. function bar () {
  3. }