| 14 | } |
| 15 | |
| 16 | std::string operator""_wow2 (unsigned long long i) { |
| 17 | return std::to_string(i)+"woooooooooow, amazing"; |
| 18 | } |
| 19 | |
| 20 | int main() { |
| 21 | std::string str = R"(C:\\What\\The\\Fxxk)"; |
nothing calls this directly
no outgoing calls
no test coverage detected