Skip to content

Commit 9c88757

Browse files
committed
test
1 parent 9a69c34 commit 9c88757

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/lit/name-overlap.wast

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
;; import names.
1212

1313
(module
14+
;; CHECK: (type $0 (func (param i64)))
15+
16+
;; CHECK: (type $1 (func (param f32)))
17+
18+
;; CHECK: (type $2 (func (param i32 i32 i32)))
19+
20+
;; CHECK: (import "fuzzing-support" "log-i64" (func $fimport$2 (type $0) (param i64)))
1421
(import "fuzzing-support" "log-i64" (func $fimport$2 (param i64)))
22+
;; CHECK: (import "fuzzing-support" "log-f32" (func $fimport$3 (type $1) (param f32)))
1523
(import "fuzzing-support" "log-f32" (func $fimport$3 (param f32)))
1624
)
25+
;; CHECK: (import "fuzzing-support" "log-branch" (func $fimport$2_2 (type $2) (param i32 i32 i32)))

0 commit comments

Comments
 (0)