summaryrefslogtreecommitdiff
path: root/test/wasm2c/duplicate-names.txt
blob: 3bd9b95fc52937c9e8881764f274964abca0790f (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: run-spec-wasm2c
;;; ARGS: --debug-names
(module
 (func $B0 (export "$B0") (param $B0 i32)
       (block
	(br 0))))

(assert_return (invoke "$B0" (i32.const 5)))
(;; STDOUT ;;;
1/1 tests passed.
;;; STDOUT ;;)