Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
31f841bc4853f086d4d537848623c4f8d10366e6
/
.
/
test
/
Feature
/
globalredefinition.ll
blob: 793554a2c79663b0c48e5225c05533ecc60b9ed2 [
file
] [
log
] [
blame
]
; Test forward references and redefinitions of globals
%Y
=
global
void
()*
%X
%A
=
global
int
*
%B
%B
=
global
int
7
%B
=
global
int
7
declare
void
%X
()
declare
void
%X
()
void
%X
()
{
ret
void
}
declare
void
%X
()