Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ee451dea689605e31c928d584360d44935a8ea3d
/
.
/
llvm
/
test
/
Regression
/
CBackend
/
2002-05-16-NameCollide.ll
blob: c08024bbec4993492966ce15a26b469c0c35cadb [
file
] [
log
] [
blame
]
Chris Lattner
ee451de
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