]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/ctor-eval/imported3.wast.out
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / ctor-eval / imported3.wast.out
CommitLineData
abe05a73
XL
1(module
2 (type $0 (func))
3 (import "env" "tempDoublePtr" (global $tempDoublePtr i32))
4 (global $mine (mut i32) (get_global $tempDoublePtr))
5 (memory $0 256 256)
6 (data (i32.const 10) "waka waka waka waka waka")
7 (export "test1" (func $test1))
8 (export "test2" (func $test2))
9 (export "test3" (func $test3))
10 (func $test1 (; 0 ;) (type $0)
11 (i32.store8
12 (i32.const 13)
13 (i32.const 115)
14 )
15 )
16)