;;; TOOL: run-roundtrip ;;; FLAGS: --stdout --inline-export (module (func $f1) (func $f2) (table $foo anyfunc (elem $f1 $f2)) (export "foo" (table $foo))) (;; STDOUT ;;; (module (type (;0;) (func)) (func (;0;) (type 0)) (func (;1;) (type 0)) (table (;0;) (export "foo") 2 2 anyfunc) (elem (i32.const 0) 0 1)) ;;; STDOUT ;;)