1 # RUN: not llvm-mc -triple=wasm32-unknown-unknown < %s | FileCheck %s
3 # This tests annotations are handled correctly even if there is a type checking
4 # error (which are unrelated to the block annotations).
6 .functype test_annotation () -> ()
9 # CHECK-NOT: # End marker mismatch!