| 44 | int64_t x; |
| 45 | int64_t y; |
| 46 | TestObjA(int64_t x, int64_t y) : x(x), y(y) {} |
| 47 | |
| 48 | static constexpr bool _type_mutable = true; |
| 49 | TVM_FFI_DECLARE_OBJECT_INFO("test.TestObjA", TestObjA, Object); |
nothing calls this directly
no outgoing calls
no test coverage detected