| 57 | }; |
| 58 | |
| 59 | MyClass() : |
| 60 | MyBase() , // type |
| 61 | string("hello"), //member |
| 62 | dbl(0.6) //ref |
| 63 | { member = 3; //member |
| 64 | bool a, b, c, d, e, f, g, h, i, j, k, l; |
| 65 | } |
| 66 | |
| 67 | ~ MyClass(); |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected