Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
func
/
bad-local-redefinition.txt
blob: ee603c61f89ea974f9fa39f3df4443f464b23c22 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func (param $n i32) (local $n f32)))
(;; STDERR ;;;
out/test/parse/func/bad-local-redefinition.txt:3:37: error: redefinition of parameter "$n"
(module (func (param $n i32) (local $n f32)))
^^
;;; STDERR ;;)