Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c656cbb8c20d1ea38bdb5d1ac39dbcd0405a98dc
/
.
/
llvm
/
test
/
CodeGen
/
CBackend
/
2002-05-16-NameCollide.ll
blob: 249927d1ffe201c6342e9478782cebeaeb1df845 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
; Make sure that global variables do not collide if they have the same name,
; but different types.
%X
=
global
int
5
%X
=
global
long
7