// Flat author of `ping`; `call_a` binds a.sx's own `ping` (1). ping :: () -> s64 { return 1; } call_a :: () -> s64 { return ping(); }