blob: cfdbc8a43e98eee862ebc6c1a88bc3c5dca7116a [file] [log] [blame]
(module
(type $0 (func))
(import "env" "table" (table 1 1 anyfunc))
(elem (i32.const 0) $foo)
(memory $0 0)
(func $foo (type $0)
(nop)
)
)