| (module | |
| (type $i32_=>_none (func (param i32))) | |
| (memory $0 1 1) | |
| (global $global$1 (mut i32) (i32.const 100)) | |
| (export "func_217" (func $1)) | |
| (func $1 (param $0 i32) | |
| (if | |
| (global.get $global$1) | |
| (unreachable) | |
| ) | |
| (global.set $global$1 | |
| (i32.const 0) | |
| ) | |
| (if | |
| (i32.eqz | |
| (i32.load16_u | |
| (i32.const 3) | |
| ) | |
| ) | |
| (unreachable) | |
| ) | |
| ) | |
| ) |