We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab1bf7 commit 6022c93Copy full SHA for 6022c93
1 file changed
test/lit/ctor-eval/cont-noserial.wast
@@ -63,13 +63,14 @@
63
)
64
65
66
-;; As above, but there is another use of $test.
67
;; CHECK: (func $test_3 (type $3) (result (ref $cont))
68
;; CHECK-NEXT: (cont.new $cont
69
;; CHECK-NEXT: (ref.func $func)
70
;; CHECK-NEXT: )
71
72
(module
+ ;; As above, but there is another use of $test.
73
+
74
;; CHECK: (type $func (func))
75
;; NOKEEP: (type $func (func))
76
(type $func (func))
0 commit comments