;;; TOOL: run-roundtrip
;;; ARGS: --stdout
(module
  (import "a" "b" (memory 1)))
(;; STDOUT ;;;
(module
  (import "a" "b" (memory (;0;) 1)))
;;; STDOUT ;;)
