summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-names.txt')
-rw-r--r--test/passes/remove-unused-names.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/passes/remove-unused-names.txt b/test/passes/remove-unused-names.txt
index 27b9cc76c..43950ca26 100644
--- a/test/passes/remove-unused-names.txt
+++ b/test/passes/remove-unused-names.txt
@@ -78,4 +78,11 @@
)
)
)
+ (func $loop-with-child-of-other-type
+ (drop
+ (loop (result i32)
+ (unreachable)
+ )
+ )
+ )
)