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