summaryrefslogtreecommitdiff
path: root/test/ctor-eval/params.wast.out
blob: 5af29aab5e6829591ffa72282ca4c2d4a4af810c (plain)
1
2
3
4
5
6
7
(module
 (type $0 (func (param i32)))
 (export "test1" (func $test1))
 (func $test1 (type $0) (param $x i32)
  (nop)
 )
)