| 71 | |
| 72 | ScalarWithExceptions real(const ScalarWithExceptions &x) { return x; } |
| 73 | ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } |
| 74 | ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } |
| 75 | |
| 76 | int ScalarWithExceptions::instances = 0; |
no outgoing calls
no test coverage detected