blob: ae236831faa1b87e27100afacb55217c9a2e0cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: run-gen-wasm-bad
;;; ARGS1: --enable-exceptions
;;; ARGS2: --enable-exceptions
magic
version
section(GLOBAL) { count[0] }
section(EVENT) { count[0] }
(;; STDERR ;;;
000000d: error: section Event out of order
000000d: error: section Event out of order
;;; STDERR ;;)
|