1 # RUN: not llvm-mc -triple=wasm32-unknown-unknown -mattr=+simd128,+nontrapping-fptoint,+exception-handling < %s 2>&1 | FileCheck %s
3 # CHECK: End of block construct with no start: end_try
6 .functype test0 () -> ()
7 # CHECK: Block construct type mismatch, expected: end_function, instead got: end_loop
10 # CHECK: Block construct type mismatch, expected: end_block, instead got: end_if
14 # CHECK: Block construct type mismatch, expected: end_loop, instead got: end_function
15 # CHECK: error: Unmatched block construct(s) at function end: loop
16 # CHECK: error: Unmatched block construct(s) at function end: try
17 # CHECK: error: Unmatched block construct(s) at function end: block
18 # CHECK: error: Unmatched block construct(s) at function end: function