// The second flat-imported `Box` author — a DISTINCT nominal from a.sx's `Box`. Box :: struct { b: s32; } b_box :: () -> s32 { x : Box = ---; x.b = 2; return x.b; }