macro-duplicate-params-names-err.s 158 Bytes
// REQUIRES: default_triple
// RUN: not llvm-mc %s 2> %t
// RUN: FileCheck < %t %s

.macro M a a
.endm

// CHECK: macro 'M' has multiple parameters named 'a'