diff options
Diffstat (limited to 'test/passes')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.txt | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.txt b/test/passes/Oz_fuzz-exec_all-features.txt index cf3335dce..b5bda3fb6 100644 --- a/test/passes/Oz_fuzz-exec_all-features.txt +++ b/test/passes/Oz_fuzz-exec_all-features.txt @@ -60,38 +60,20 @@ (export "init-array-packed" (func $10)) (export "cast-func-to-struct" (func $12)) (func $0 (; has Stack IR ;) - (local $0 (ref null $struct)) + (local $0 i32) (call $log - (struct.get $struct 0 - (local.tee $0 - (struct.new_default_with_rtt $struct - (rtt.canon $struct) - ) - ) - ) - ) - (struct.set $struct 0 - (local.get $0) - (i32.const 42) + (i32.const 0) ) (call $log - (struct.get $struct 0 - (local.get $0) - ) - ) - (struct.set $struct 0 - (local.get $0) - (i32.const 100) + (i32.const 42) ) (call $log - (struct.get $struct 0 - (local.get $0) + (local.tee $0 + (i32.const 100) ) ) (call $log - (struct.get $struct 0 - (local.get $0) - ) + (i32.const 100) ) ) (func $1 (; has Stack IR ;) |