summaryrefslogtreecommitdiff
path: root/test/bad_params.fromasm.imprecise
blob: d174d56141276f9496e8ae79f860ec925050dd67 (plain)
1
2
3
4
5
6
(module
 (export "ex" (func $ex))
 (func $ex (; 0 ;) (; has Stack IR ;)
  (nop)
 )
)