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

class TestCase::Point_3s : mulnum_t {
has x : short;
has y : short;
has z : short;
}