| 114 | const UserType &get1() const { return v1; } |
| 115 | const UserType &get2() const { return v2; } |
| 116 | UserType get_rvalue() const { return v2; } |
| 117 | void set1(int v) { v1.set(v); } |
| 118 | void set2(int v) { v2.set(v); } |
| 119 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected