We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74bf96 commit 878ddbaCopy full SHA for 878ddba
1 file changed
test/lit/passes/j2cl.wast
@@ -352,9 +352,9 @@
352
)
353
354
355
-;; Imported globals are ignored
+;; Imported globals are ignored.
356
(module
357
- ;; CHECK: (import "a" "b" (global $a.b (ref extern)))
358
- (import "a" "b" (global $a.b (ref extern)))
+ ;; CHECK: (import "a" "b" (global $a.b (ref func)))
+ (import "a" "b" (global $a.b (ref func)))
359
360
0 commit comments