summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/macro-duplicate-params-names-err.s
blob: b4e4fcb92604184c378800726d00a9f8a7569951 (plain)
1
2
3
4
5
6
7
8
// 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'
OpenPOWER on IntegriCloud