summaryrefslogtreecommitdiff
path: root/test/bad_params.fromasm.imprecise
blob: 4226767fb826e3e282a9c24b8d647b484328c8b3 (plain)
1
2
3
4
5
6
7
(module
 (type $none_=>_none (func))
 (export "ex" (func $ex))
 (func $ex (; has Stack IR ;)
  (nop)
 )
)