// Author A's generic `Box` — one s64 field (size 8). Box :: struct($T: Type) { x: T; }