| [fuzz-exec] note result: $func_0 => (none.const ?) |
| [fuzz-exec] note result: $func_1 => (none.const ?) |
| [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 (; 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 (; 1 ;) (type $1) (result i32) |
| (i32.load16_s offset=22 align=1 |
| (i32.const -1) |
| ) |
| ) |
| ) |
| [fuzz-exec] note result: $func_0 => (none.const ?) |
| [fuzz-exec] note result: $func_1 => (none.const ?) |
| [fuzz-exec] 2 results noted |
| [fuzz-exec] comparing $func_0 |
| [fuzz-exec] comparing $func_1 |
| [fuzz-exec] 2 results match |