bad-macro.s 205 B

123456789
  1. // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2>&1 | FileCheck %s
  2. .macro 23
  3. // CHECK: expected identifier in '.macro' directive
  4. .macro abc 33
  5. // CHECK: expected identifier in '.macro' directive