summaryrefslogtreecommitdiffstats
path: root/third_party/rust/wast/tests/parse-fail/inline1.wat
blob: 3d338d34aae8d371ef4138a1efcd225675fb84e3 (plain)
1
2
3
4
(type $sig (func))
(table 0 funcref)
(func (result i32)
  (call_indirect (type $sig) (result i32) (i32.const 0)))