1 2 3 4 5 6 7 8
;;; TOOL: run-roundtrip ;;; ARGS: --stdout (module (import "a" "b" (memory 1 65536))) (;; STDOUT ;;; (module (import "a" "b" (memory (;0;) 1 65536))) ;;; STDOUT ;;)