summaryrefslogtreecommitdiff
path: root/test/ctor-eval/params.wast
blob: cb346bb3b383df3144b8105125223cf0b554b1cd (plain)
1
2
3
4
5
6
7
(module
  (func "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)
  )
)