// Second flat author of `ping`; `call_b` binds b.sx's own `ping` (2). ping :: () -> s64 { return 2; } call_b :: () -> s64 { return ping(); }