For now we need to put the class into a function to get fully rewritten.
| 1 | // For now we need to put the class into a function to get fully rewritten. |
| 2 | int main() |
| 3 | { |
| 4 | class Test |
| 5 | { |
| 6 | mutable int x; |
| 7 | }; |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected