an example nullary function. @return `0`
| 14 | /// an example nullary function. |
| 15 | /// @return `0` |
| 16 | int nullary_function_example() { return 0; } |
| 17 | |
| 18 | |
| 19 | /// an example binary function. |
nothing calls this directly
no outgoing calls
no test coverage detected