class TestCase::CompileError::CallMethod::ClassNotFound {
  static method main : int () {
    NotFoundClass->foo();
  }
}