summaryrefslogtreecommitdiff
path: root/test/Feature/globalredefinition3.ll
blob: d40d3e9056c9370cbb07d5e89ffbb31912b51618 (plain)
1
2
3
4
5
6
; RUN: not llvm-as < %s -o /dev/null -f |& grep \
; RUN:   "Redefinition of global variable named 'B'"
; END.

@B = global i32 7
@B = global i32 7