// Module A authors its OWN `Box` and `Node` (the FIRST same-name authors). Box :: struct { x: s64; } Node :: struct { n: s64; }