summaryrefslogtreecommitdiff
path: root/test/parse/expr/tail-call.txt
blob: 40aa18e57504bfbc24585c34ffcaa52e27ab948a (plain)
1
2
3
4
5
6
7
;;; TOOL: wat2wasm
;;; ARGS0: --enable-tail-call
(module
  (table 1 anyfunc)
  (func return_call 0)
  (func i32.const 0 return_call_indirect)
)