| 174 | }; |
| 175 | |
| 176 | void obfuscate_method_call() { |
| 177 | S1 s1{}; |
| 178 | |
| 179 | constexpr auto random = call::generate_random(44); |
| 180 | const ObfuscatedMethodCall call{random, &S1::method1}; |
| 181 | call(random, s1); |
| 182 | } |
| 183 | |
| 184 | int main() { |
| 185 | strings_obfuscation(); |
no test coverage detected