class TestCase::Point_3b : mulnum_t {
  has x : byte;
  has y : byte;
  has z : byte;
}