| (module | |
| (type $FUNCSIG$v (func)) | |
| (import "env" "table" (table $table 1 1 funcref)) | |
| (import "env" "memBase" (global $gimport$0 i32)) | |
| (import "somewhere" "waka-sneaky" (func $waka-sneaky)) | |
| (memory $0 1024 1024) | |
| (elem $0 (i32.const 0) $waka-sneaky) | |
| (func $nada | |
| (nop) | |
| (drop | |
| (i32.const 0) | |
| ) | |
| (drop | |
| (f64.const 0) | |
| ) | |
| (call_indirect (type $FUNCSIG$v) | |
| (i32.const 0) | |
| ) | |
| ) | |
| ) |