| 2612 | const incomplete_type& external_instance = {}; |
| 2613 | |
| 2614 | auto fmt::formatter<incomplete_type>::format(const incomplete_type&, |
| 2615 | fmt::context& ctx) const |
| 2616 | -> fmt::appender { |
| 2617 | return formatter<int>::format(42, ctx); |
| 2618 | } |
no test coverage detected