diff options
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index a4716941d..b7b25e9b8 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -445,4 +445,17 @@ ) ) ) + (func $phi (result i32) + (block $do-once$0 + (if + (call $lb + (i32.const 1) + ) + (br $do-once$0 + (i32.const 0) + ) + ) + (i32.const 1) + ) + ) ) |