| 953 | |
| 954 | struct StructVector : DummyDataToTestPointerAdjustment, Vector { |
| 955 | StructVector() : Vector(0, 0, 0, 0) {} |
| 956 | StructVector(float x, float y, float z, float w) : Vector(x, y, z, w) {} |
| 957 | }; |
| 958 |
nothing calls this directly
no outgoing calls
no test coverage detected