(module
 (type $0 (func))
 (export "foo" (func $foo))
 (func $foo
  (unreachable)
 )
)
(module
 (memory $0 1 1)
 (table $0 0 funcref)
)
