// One of two flat-imported authors of a same-name `Pair` union. With both modules // flat-visible from a file that authors none itself, every bare reference to the // name is genuinely ambiguous. Pair :: union { f: f32; i: s32; }