;;; TOOL: run-roundtrip
;;; ARGS: --stdout
(module
  (import "a" "b" (table 2 funcref)))
(;; STDOUT ;;;
(module
  (import "a" "b" (table (;0;) 2 funcref)))
;;; STDOUT ;;)
