summaryrefslogtreecommitdiff
path: root/test/ctor-eval/params.wast
blob: 196a2ebae1af39221ee23ae0d47ba860669976a6 (plain)
1
2
3
4
5
6
7
(module
  (func $test1 (export "test1") (param $x i32)
    ;; The presence of params stops us from evalling this function, at least
    ;; not with --ignore-external-input (see ignore-external-input.wast)
    (nop)
  )
)