| 9 | { |
| 10 | public: |
| 11 | TestBaseType() : val(10), const_val(15), mdarray{} { } |
| 12 | TestBaseType(int) : val(10), const_val(15), mdarray{} { } |
| 13 | TestBaseType(int *) : val(10), const_val(15), mdarray{} { } |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected