package TestCase::CompileError::LexVar::LexVarNameEndColon2 {
  sub foo : void () {
    my $FOO:: = 0;
  }
}