// The NON-visible 2-flat-hop author: a two-field generic `Box` (size 16). Same // template NAME as b's, different layout. It wins the global last-wins // `struct_template_map`, so the bare head in a file importing only b.sx must NOT // pick it. Box :: struct($T: Type) { x: T; y: T; }