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