class Program {
  void main() {
    foo();	// semanitcally bad, but gramatically ok
  }

  void foo() {}
}
