diff options
Diffstat (limited to 'test/passes/fuzz-exec_O.txt')
-rw-r--r-- | test/passes/fuzz-exec_O.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/passes/fuzz-exec_O.txt b/test/passes/fuzz-exec_O.txt new file mode 100644 index 000000000..f5f8583a3 --- /dev/null +++ b/test/passes/fuzz-exec_O.txt @@ -0,0 +1,25 @@ +[fuzz-exec] 2 results noted +(module + (type $0 (func (result i64))) + (type $1 (func (result i32))) + (memory $0 1 1) + (export "func_0" (func $func_0)) + (export "func_1" (func $func_1)) + (func $func_0 (type $0) (result i64) + (block $label$0 (result i64) + (br_if $label$0 + (i64.const 1234) + (i32.load16_s offset=22 align=1 + (i32.const -1) + ) + ) + ) + ) + (func $func_1 (type $1) (result i32) + (i32.load16_s offset=22 align=1 + (i32.const -1) + ) + ) +) +[fuzz-exec] 2 results noted +[fuzz-exec] results match |