function_scope.cvc 92 B

12345
  1. void foo() {
  2. bar(); // Uses function that is defined later than foo()
  3. }
  4. void bar() {}