(x)
| 57 | # The correct implementation of ``neg`` in the ``cpp`` codegen is as follows: |
| 58 | |
| 59 | def neg1(x): |
| 60 | return f"decltype({x})(-{x})" |
| 61 | |
| 62 | ###################################################################### |
| 63 | # In order to demonstrate the debugging, we will modify the function to a wrong one later. |
nothing calls this directly
no outgoing calls
no test coverage detected