Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/add_i686_testing
/
.
/
test
/
binary
/
bad-duplicate-section-around-custom.txt
blob: 314fc6a95957f6301ad31aa8aa854a9dbecdc639 [
file
] [
edit
]
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[0] }
section("foo") { 1 2 3 4 }
section(TYPE) { count[0] }
(;; STDERR ;;;
0000017: error: multiple Type sections
0000017: error: multiple Type sections
;;; STDERR ;;)