| 948 | |
| 949 | struct TupleVector : DummyDataToTestPointerAdjustment, Vector { |
| 950 | TupleVector() : Vector(0, 0, 0, 0) {} |
| 951 | TupleVector(float x, float y, float z, float w) : Vector(x, y, z, w) {} |
| 952 | }; |
| 953 |
nothing calls this directly
no outgoing calls
no test coverage detected