class TestCase::CompileError::Convert::ConvertToRef {
  use TestCase::Minimal;

  static method main : int () {
    (&int)new TestCase::Minimal;
  }
}