summaryrefslogtreecommitdiff
path: root/test/regress/regress-1.txt
blob: e925541abec2aa238df3f00ebefe7a7991b77a3b (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (func(call $i32 ))
  (func $UemoOy_size ))
(;; STDERR ;;;
out/test/regress/regress-1.txt:4:14: error: undefined function variable "$i32"
  (func(call $i32 ))
             ^^^^
;;; STDERR ;;)