Home | History | Annotate | Download | only in AsmParser
      1 // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s
      2 
      3 .macro 23
      4 
      5 // CHECK: expected identifier in '.macro' directive
      6 
      7 .macro abc 33
      8 
      9 // CHECK: expected identifier in '.macro' directive
     10