blob: 26903319b41f2a591aade150a4ca7549ac7afcda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;;; TOOL: run-roundtrip
;;; ARGS: --enable-memory64 --fold-exprs --stdout
(memory i64 0)
(func (drop (i32.load offset=18446744073709551615 (i64.const 0))))
(;; STDOUT ;;;
(module
(type (;0;) (func))
(func (;0;) (type 0)
(drop
(i32.load offset=18446744073709551615
(i64.const 0))))
(memory (;0;) i64 0))
;;; STDOUT ;;)
|