Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc
/
.
/
test
/
Feature
/
globalredefinition3.ll
blob: 9906c06dcfe248e2f80ea8ebea5549a3cc14cbff [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame^
]
1
; RUN: ignore llvm-as < %s -o /dev/null -f |& grep \
2
; RUN: "Redefinition of global variable named 'B'"
3
; END.
4
5
@B
=
global
i32
7
6
@B
=
global
i32
7