()
| 330 | |
| 331 | |
| 332 | def test_simple_call_packed(): |
| 333 | expr = simple_call_packed.body.blocks[0].bindings[0].value |
| 334 | assert is_call_packed("test.vm.mul").match(expr) |
| 335 | assert is_call_packed("test.vm.mul", [is_var("x"), is_var("w")]).match(expr) |
| 336 | |
| 337 | |
| 338 | ## Graph-wise Matching |
nothing calls this directly
no test coverage detected
searching dependent graphs…