diff options
Diffstat (limited to 'test/passes/inlining_all-features.txt')
-rw-r--r-- | test/passes/inlining_all-features.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/passes/inlining_all-features.txt b/test/passes/inlining_all-features.txt index 8ecf9fa8e..3f9aa57ce 100644 --- a/test/passes/inlining_all-features.txt +++ b/test/passes/inlining_all-features.txt @@ -125,3 +125,16 @@ ) ) ) +(module + (type $struct (struct )) + (type $none_=>_none (func)) + (type $rtt_$struct_=>_none (func (param (rtt $struct)))) + (func $0 (param $rtt (rtt $struct)) + (nop) + ) + (func $1 + (call $0 + (rtt.canon $struct) + ) + ) +) |