// One of two flat-imported `Box` authors; with no own author the FIXED PREFIX // `*Box` of the pack-closure source is a genuine collision. Box :: struct { a: s32; } a_box :: () -> s32 { b : Box = ---; b.a = 1; return b.a; }