Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
module
/
bad-func-redefinition.txt
blob: d043929f5bc8e1bb0c17e9e809dcea9861c6b1b8 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module
(func $n nop)
(func $n nop))
(;; STDERR ;;;
out/test/parse/module/bad-func-redefinition.txt:4:3: redefinition of function "$n"
(func $n nop))
^^^^^^^^^^^^^
;;; STDERR ;;)