| 218 | struct StructExternalSerialize : StructBase |
| 219 | { |
| 220 | StructExternalSerialize() : StructBase{0,0} {} |
| 221 | StructExternalSerialize(int x_, int y_) : StructBase{x_,y_} {} |
| 222 | }; |
| 223 |
nothing calls this directly
no outgoing calls
no test coverage detected