blob: c4b7bdcef13af63e29727089efb04b9ae59dae03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(func
i32.const 0
i32.load aline=64))
(;; STDERR ;;;
out/test/parse/expr/bad-load-align-misspelled.txt:6:14: error: unexpected token aline=64, expected ).
i32.load aline=64))
^^^^^^^^
;;; STDERR ;;)
|