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

class TestCase::Point_3i : mulnum_t {
has x : int;
has y : int;
has z : int;
}