The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

class CompileError::Literal::Character::InvalidCharacterLiteral {
static method main : int () {
'\A';
}
}