| 433 | return say_something(1) + " " + std::to_string(unlucky_number()); \ |
| 434 | } |
| 435 | A_METHODS |
| 436 | A_Repeat() = default; |
| 437 | A_Repeat(const A_Repeat &) = delete; |
| 438 | virtual ~A_Repeat() = default; |
| 439 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected