diff options
Diffstat (limited to 'test/unit.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/unit.wast.fromBinary.noDebugInfo | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/test/unit.wast.fromBinary.noDebugInfo b/test/unit.wast.fromBinary.noDebugInfo index 508080e21..161c11a47 100644 --- a/test/unit.wast.fromBinary.noDebugInfo +++ b/test/unit.wast.fromBinary.noDebugInfo @@ -272,6 +272,7 @@ (br $label$15) (br $label$16) ) + (unreachable) (br $label$9) ) ) @@ -280,8 +281,11 @@ (br $label$9) (br $label$18) ) + (unreachable) (br $label$9) + (unreachable) ) + (unreachable) ) (nop) ) @@ -457,5 +461,139 @@ (get_local $var$1) ) ) + (func $23 (type $5) (result i32) + (return + (i32.const 1) + ) + ) + (func $24 (type $5) (result i32) + (block $label$0 + (drop + (i32.const 1) + ) + (return + (i32.const 2) + ) + (unreachable) + ) + (f64.abs + (unreachable) + ) + ) + (func $25 (type $5) (result i32) + (block $label$0 + (drop + (i32.const 1) + ) + (return + (i32.const 2) + ) + (unreachable) + ) + (unreachable) + ) + (func $26 (type $5) (result i32) + (block $label$0 + (return + (i32.const 2) + ) + (unreachable) + ) + (f64.abs + (unreachable) + ) + ) + (func $27 (type $5) (result i32) + (block $label$0 + (return + (i32.const 2) + ) + (unreachable) + ) + (unreachable) + ) + (func $28 (type $5) (result i32) + (block $label$0 i32 + (block $label$1 + (drop + (i32.const 1) + ) + (br $label$1) + ) + (i32.const 1) + ) + ) + (func $29 (type $5) (result i32) + (if + (i32.const 3) + (block $label$0 + (return + (i32.const 2) + ) + ) + (block $label$1 + (return + (i32.const 1) + ) + ) + ) + (f64.abs + (unreachable) + ) + ) + (func $30 (type $5) (result i32) + (if + (i32.const 3) + (block $label$0 + (return + (i32.const 2) + ) + ) + (block $label$1 + (return + (i32.const 1) + ) + ) + ) + (unreachable) + ) + (func $31 (type $5) (result i32) + (loop $label$0 + (nop) + (return + (i32.const 1) + ) + ) + (f64.abs + (unreachable) + ) + ) + (func $32 (type $5) (result i32) + (loop $label$0 + (return + (i32.const 1) + ) + ) + (f64.abs + (unreachable) + ) + ) + (func $33 (type $5) (result i32) + (loop $label$0 + (nop) + (return + (i32.const 1) + ) + ) + (unreachable) + ) + (func $34 (type $5) (result i32) + (loop $label$0 + (return + (i32.const 1) + ) + ) + (unreachable) + ) ) |