diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo new file mode 100644 index 000000000..0f2c6e467 --- /dev/null +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -0,0 +1,8 @@ +(module + (type $0 (func (param except_ref) (result except_ref))) + (memory $0 1 1) + (func $0 (; 0 ;) (type $0) (param $0 except_ref) (result except_ref) + (local.get $0) + ) +) + |