| 32 | /// @see [Slides](https://llvm.org/devmtg/2012-11/Gribenko_CommentParsing.pdf) from an LLVM dev meeting chat on the comment parsing feature |
| 33 | struct some_struct { |
| 34 | virtual ~some_struct() = delete; |
| 35 | |
| 36 | /// This is a longer description of this function that does things as well as it does. |
| 37 | /// Notice how long this comment is! So impressive. 💥 |
nothing calls this directly
no outgoing calls
no test coverage detected