blob: bcfcc185a2430064a6f07d82a6e855884114dca0 (
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(EXPORT) { count[0] }
section(EVENT) { count[0] }
(;; STDERR ;;;
000000d: error: section Event out of order
000000d: error: section Event out of order
;;; STDERR ;;)
|