8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
8 lines
130 B
ArmAsm
8 lines
130 B
ArmAsm
// RUN: not llvm-mc %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
|
|
.macro M a a
|
|
.endm
|
|
|
|
// CHECK: macro 'M' has multiple parameters named 'a'
|