| 66 | /// @return Forty-two |
| 67 | template <> |
| 68 | int template_function_example() { |
| 69 | return 42; |
| 70 | } |
| 71 | |
| 72 | //------------------------------------------------------------------------------------------------------------------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected