// b.sx authors its OWN `dup` (+2) — the second distinct flat author. Main // imports both and authors neither, so `v.dup()` from main is ambiguous. dup :: ufcs (x: s64) -> s64 { return x + 2; }