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

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