| 774 | }; |
| 775 | |
| 776 | Object_Lifetime_Vector2<float> Object_Lifetime_Vector2_GetValue() |
| 777 | { |
| 778 | return Object_Lifetime_Vector2<float>(10,15); |
| 779 | } |
| 780 | |
| 781 | TEST_CASE("Object lifetime test 2") |
| 782 | { |
nothing calls this directly
no outgoing calls
no test coverage detected