// Author B's generic `Box` — two s64 fields (size 16). Same template NAME as // A's, different layout: the qualified head must select by namespace author. Box :: struct($T: Type) { x: T; y: T; }