blob: 603b4c8f4241cd45b0db1334a5daa2617b940be8 [file] [edit]
(module $module0
(type $#Top (struct
(field $field0 i32)))
(type $BoxedInt (sub final $#Top (struct
(field $field0 i32)
(field $value i64))))
(global $1 (ref $BoxedInt)
(i32.const 59)
(i64.const 1)
(struct.new $BoxedInt))
(func $"main <noInline>"
global.get $1
call $print
i32.const 59
i64.const 2
struct.new $BoxedInt
call $print
)
(func $print (param $var0 (ref $#Top)) <...>)
)