blob: 803061e22564cbee61b4f6af09f277fd9c5b2394 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; ERROR: 1
(module (func (f32.converts.f64 (f32.const 0))))
(;; STDERR ;;;
parse/expr/bad-convert-float-sign.txt:2:16: unexpected token "f32.converts.f64"
(module (func (f32.converts.f64 (f32.const 0))))
^^^^^^^^^^^^^^^^
parse/expr/bad-convert-float-sign.txt:2:33: syntax error, unexpected (
(module (func (f32.converts.f64 (f32.const 0))))
^
;;; STDERR ;;)
|