diff options
Diffstat (limited to 'test/passes/vacuum_all-features.txt')
-rw-r--r-- | test/passes/vacuum_all-features.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/passes/vacuum_all-features.txt b/test/passes/vacuum_all-features.txt index 740c7a2eb..c7c22572a 100644 --- a/test/passes/vacuum_all-features.txt +++ b/test/passes/vacuum_all-features.txt @@ -488,3 +488,9 @@ (unreachable) ) ) +(module + (type $none_=>_none (func)) + (func $foo + (nop) + ) +) |