| 76 | } |
| 77 | |
| 78 | static int InitValue456(void** handle_addr) { |
| 79 | *handle_addr = new int(456); |
| 80 | return 0; |
| 81 | } |
| 82 | |
| 83 | TEST(CEnvAPI, TVMFFIHandleInitDeinitOnce) { |
| 84 | // Test 1: Successful initialization |
nothing calls this directly
no outgoing calls
no test coverage detected