()
| 336 | let getRef = () => assertSame(structA, wasm.getRef(structB)); |
| 337 | testOptimized(getRef); |
| 338 | let getRefGetVal = () => assertSame(1, wasm.getVal(wasm.getRef(structB))); |
| 339 | testOptimized(getRefGetVal); |
| 340 | })(); |
| 341 |
nothing calls this directly
no test coverage detected