MyInt is a custom version of the `int` type.
| 2 | |
| 3 | // MyInt is a custom version of the `int` type. |
| 4 | type MyInt int |
| 5 | |
| 6 | // Twice multiplies its receiver by 2 and returns |
| 7 | // the result. |
nothing calls this directly
no outgoing calls
no test coverage detected