1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 06:31:18 +00:00
llvm-6502/test/Feature/globalredefinition3.ll

7 lines
145 B
LLVM
Raw Normal View History

; 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