// b.sx authors its OWN `greet`. `from_b`'s bare `greet` must bind b.sx's // author (2), not the first-wins winner from a.sx. greet :: () -> s64 { return 2; } from_b :: () -> s64 { return greet(); }