[InstCombine] Signed saturation patterns
[llvm-core.git] / test / MC / AsmParser / macros-parsing.s
blob75aaac036ed1080f4217ce88ed3f3f0fda28d4ac
1 // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err
2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
4 .macro .test0
5 .endmacro
7 .macros_off
8 // CHECK-ERRORS: 9:1: error: unknown directive
9 .test0
10 .macros_on
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
16 .endmacro
18 // CHECK-ERRORS: unexpected '.endmacro' in file
19 .endmacro
21 // CHECK-ERRORS: no matching '.endmacro' in definition
22 .macro dummy