| (module | |
| (type $none_=>_i32 (func (result i32))) | |
| (type $none_=>_none (func)) | |
| (table $0 46 funcref) | |
| (elem $0 (i32.const 9) $1) | |
| (elem $1 (i32.const 9) $0) | |
| (export "test1" (func $2)) | |
| (func $0 (type $none_=>_i32) (result i32) | |
| (unreachable) | |
| ) | |
| (func $1 (type $none_=>_i32) (result i32) | |
| (i32.const 65) | |
| ) | |
| (func $2 (type $none_=>_none) | |
| (drop | |
| (call_indirect $0 (type $none_=>_i32) | |
| (i32.const 9) | |
| ) | |
| ) | |
| ) | |
| ) |