an example static function @return `0`
| 45 | /// an example static function |
| 46 | /// @return `0` |
| 47 | static int static_function_example() { return 0; } |
| 48 | |
| 49 | |
| 50 | /// an example static function with `auto` return type |
nothing calls this directly
no outgoing calls
no test coverage detected