blob: 900c2ac3eb3930814ca9d6ec125046650c88a90a [file] [log] [blame]
# RUN: not llvm-mc -triple=hexagon %s 2> %t
# RUN: FileCheck < %t %s
.equ a, 0
.set a, 1
.equ a, 2
.equiv a, 3
# CHECK: {{[Ee]}}rror: redefinition of 'a'