| 39 | }; |
| 40 | struct VanillaStaticMix2 : WithStatic1, Vanilla, WithStatic2 { |
| 41 | static std::string static_func() { return "VanillaStaticMix2"; } |
| 42 | static int static_value; |
| 43 | }; |
| 44 | int WithStatic1::static_value1 = 1; |
nothing calls this directly
no outgoing calls
no test coverage detected