llvm-6502/test/Feature/globalredefinition3.ll
2007-12-11 15:50:23 +00:00

7 lines
147 B
LLVM

; 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