an example static function with `auto` return type @return `0`
| 50 | /// an example static function with `auto` return type |
| 51 | /// @return `0` |
| 52 | static auto static_auto_function_example() { return 0; } |
| 53 | |
| 54 | |
| 55 | /// an example static function with trailing return type |
nothing calls this directly
no outgoing calls
no test coverage detected