summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-binary-module-magic.txt
blob: 873a34fb4bb2c1dfe55f9ba2b0dd61f8aeb884f1 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module binary
  "\00ASM"
  "\0b\00\00\00")
(;; STDERR ;;;
out/test/parse/module/bad-binary-module-magic.txt:3:2: error: error in binary module: @0x00000004: bad magic value
(module binary
 ^^^^^^
;;; STDERR ;;)