| 35 | }; |
| 36 | struct VanillaStaticMix1 : Vanilla, WithStatic1, WithStatic2 { |
| 37 | static std::string static_func() { return "VanillaStaticMix1"; } |
| 38 | static int static_value; |
| 39 | }; |
| 40 | struct VanillaStaticMix2 : WithStatic1, Vanilla, WithStatic2 { |
no outgoing calls
no test coverage detected