diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/relooper-fuzz.txt | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt index 416f54987..438a4bca1 100644 --- a/test/example/relooper-fuzz.txt +++ b/test/example/relooper-fuzz.txt @@ -519,17 +519,19 @@ ) (br $shape$3$continue) ) + (block + (call $print + (i32.const 2) + ) + (drop + (call $check) + ) + (set_local $0 + (i32.const 6) + ) + (br $shape$3$continue) + ) ) - (call $print - (i32.const 2) - ) - (drop - (call $check) - ) - (set_local $0 - (i32.const 6) - ) - (br $shape$3$continue) ) ) ) |