Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
039ba763d1da901bcd1ef0020a2aa97704c7962a
/
.
/
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
()