blob: 618cce02abdfdad1eff28708e621267fe84bf10b [file] [log] [blame]
// RUN: not llvm-mc %s 2> %t
// RUN: FileCheck < %t %s
.macro M a a
.endm
// CHECK: macro 'M' has multiple parameters named 'a'