package TestCase::CompileError::CallMethod::NotFound {
  sub main : int () {
    NOT_FOUND_METHOD();
  }
}