summaryrefslogtreecommitdiff
path: root/test/ctor-eval/global-get-init.wast.out
blob: c5104e662ef56e9fdbd9bda447b11b97c05bb28e (plain)
1
2
3
4
5
6
7
(module
 (type $none_=>_none (func))
 (export "test1" (func $test1))
 (func $test1 (type $none_=>_none)
  (nop)
 )
)