blob: dae39210758d9c76bb8f8f0093aa4f6824292862 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; ERROR: 1
(module
(func (param i32) (param f32)
(call 0 (i32.const 0))))
(;; STDERR ;;;
parse/expr/bad-call-too-few.txt:4:5: too few parameters to function in call. got 1, expected 2
(call 0 (i32.const 0))))
^
;;; STDERR ;;)
|