(x)
| 303 | # And also modify the ``neg`` function: |
| 304 | |
| 305 | def neg3(x): |
| 306 | return f"decltype({x})(2 * {x})" |
| 307 | |
| 308 | ###################################################################### |
| 309 | # An accuracy problem would be raised as follows: |
nothing calls this directly
no outgoing calls
no test coverage detected