| 30 | struct [[nodiscard("just a test")]] nodiscardWithMsgTest{}; |
| 31 | |
| 32 | [[maybe_unused]] void maybeUnusedTest([[maybe_unused]] bool b) |
| 33 | { |
| 34 | [[maybe_unused]] bool b2 = b; |
| 35 | } |
| 36 | |
| 37 | // C++20 |
| 38 | #if 0 |
nothing calls this directly
no outgoing calls
no test coverage detected