diff options
Diffstat (limited to 'test/passes/dce_all-features.txt')
-rw-r--r-- | test/passes/dce_all-features.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/passes/dce_all-features.txt b/test/passes/dce_all-features.txt index f9e1b70a4..109f759c2 100644 --- a/test/passes/dce_all-features.txt +++ b/test/passes/dce_all-features.txt @@ -532,3 +532,14 @@ ) ) ) +(module + (type $FUNCSIG$v (func)) + (func $foo (; 0 ;) (type $FUNCSIG$v) + (nop) + ) + (func $push_unreachable (; 1 ;) (type $FUNCSIG$v) + (push + (unreachable) + ) + ) +) |