class TestCase::CompileError::LocalVar::LocalVarNameStartDigit {
  static method foo : void () {
    my $3foo = 0;
  }
}