| 95 | int value; |
| 96 | |
| 97 | TestListItem() : value(0) { } |
| 98 | explicit TestListItem(int value) : value(value) { } |
| 99 | |
| 100 | inline TestListItem* prev(std::memory_order order = std::memory_order_relaxed) const |
nothing calls this directly
no outgoing calls
no test coverage detected