class TestCase::CompileError::CallMethod::NotFound {
  static method main : int () {
    &NOT_FOUND_METHOD();
  }
}