diff options
Diffstat (limited to 'test/multi-table.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/multi-table.wast.fromBinary.noDebugInfo | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/multi-table.wast.fromBinary.noDebugInfo b/test/multi-table.wast.fromBinary.noDebugInfo index 00c3a64cb..77e2ea439 100644 --- a/test/multi-table.wast.fromBinary.noDebugInfo +++ b/test/multi-table.wast.fromBinary.noDebugInfo @@ -5,11 +5,18 @@ (table $0 3 3 funcref) (elem (table $0) (i32.const 0) func $0) (elem (table $0) (i32.const 1) func $0 $1) + (elem func $0 $1) + (elem declare func $2) (func $0 - (nop) + (drop + (ref.func $2) + ) ) (func $1 (nop) ) + (func $2 + (nop) + ) ) |