mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 14:36:12 +00:00
5 lines
110 B
LLVM
5 lines
110 B
LLVM
; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
|
|
|
|
@B = global i32 7
|
|
@B = global i32 7
|