()
| 16 | // at top level — and the only reference is via `define(callback)`, which |
| 17 | // the buggy code also skipped. |
| 18 | const callback = function () { |
| 19 | return y; |
| 20 | }; |
| 21 | |
| 22 | function useY() { |
| 23 | define(callback); |
no outgoing calls
no test coverage detected