(module (type $0 (func (result i32))) (type $1 (func)) (table 481 481 anyfunc) (elem (i32.const 0) $0 $0 $0 $2) (memory $0 256 256) (export "f1" (func $1)) (export "f2" (func $2)) (export "f4" (func $3)) (func $0 (; 0 ;) (type $0) (result i32) (i32.const 1234) ) (func $1 (; 1 ;) (type $1) (nop) ) (func $2 (; 2 ;) (type $0) (result i32) (i32.store (i32.const 0) (i32.const 65530) ) (i32.load (i32.const 0) ) ) (func $3 (; 3 ;) (type $0) (result i32) (i32.add (call_indirect (type $0) (i32.const 3) ) (call_indirect (type $0) (i32.const 0) ) ) ) )