summaryrefslogtreecommitdiff
path: root/test/spec/tuples.wast
blob: 83a30aa352ed882465af4e3ba57572cb4ca5736a (plain)
1
2
3
4
5
6
7
8
9
(assert_invalid
  (module
    (func $foo
      (local $temp ((ref func) i32))
    )
  )
  "var must be defaultable"
)