Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
36dc5c73444ed0bf0aa49456f9ebf93cd85aa9ba
/
.
/
test
/
CodeGen
/
CBackend
/
2002-05-16-NameCollide.ll
blob: c08024bbec4993492966ce15a26b469c0c35cadb [
file
] [
log
] [
blame
]
Chris Lattner
1c1f558
2002-05-17 04:53:52 +0000
[
diff
] [
blame
]
1
; Make sure that global variables do not collide if they have the same name,
2
; but different types.
3
4
%X
=
global
int
5
5
%X
=
global
long
7