blob: b1d33c46d8fd60dc2cfbe8f7d5e5599fca788d97 [file] [log] [blame] [edit]
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[1] function params[0] results[1] i32 }
section(FUNCTION) { count[1] type[0] }
section(CODE) {
count[1]
func {
locals[0]
invalid_op[0xfe 0x7f]
}
}
(;; STDERR ;;;
000001a: error: unexpected opcode: 0xfe 0x7f
000001a: error: unexpected opcode: 0xfe 0x7f
;;; STDERR ;;)