package TestCase::CompileError::UnaryMinus::NotNumeric {
  use TestCase::Minimal;
  sub main : int () {
    -TestCase::Minimal->new;
  }
}