blob: e9e33da4b631962dae46735800131dadcffeef77 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: run-roundtrip
;;; ARGS: --stdout --enable-memory64
(module
(import "a" "b" (memory i64 1)))
(;; STDOUT ;;;
(module
(import "a" "b" (memory (;0;) i64 1)))
;;; STDOUT ;;)
|