summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/macro-duplicate-params-names-err.s
blob: 618cce02abdfdad1eff28708e621267fe84bf10b (plain)
1
2
3
4
5
6
7
// RUN: not llvm-mc %s 2> %t
// RUN: FileCheck < %t %s

.macro M a a
.endm

// CHECK: macro 'M' has multiple parameters named 'a'
OpenPOWER on IntegriCloud