| 42 | |
| 43 | template <typename T> |
| 44 | std::string get_msg(const T &) { |
| 45 | return "This is really only meant to exercise successful compilation."; |
| 46 | } |
| 47 | |
| 48 | using Empty0 = SoEmpty<0x0>; |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected