From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

class CompileError::Literal::Integer::IntOutOfRange {
static method main : int () {
my $value : long = 8232624535311216194;
}
}