| 63 | " one of the declared completion signatures.")]] constexpr // |
| 64 | STDEXEC_ATTRIBUTE(host, device) // |
| 65 | void _ATTENTION_() noexcept |
| 66 | {} |
| 67 | |
| 68 | template <class _Env> |
| 69 | using __env_t = env<prop<__debug_env_t, bool>, _Env>; |
nothing calls this directly
no outgoing calls
no test coverage detected