aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-05-16-NameCollide.ll
blob: e9206b5045ad28fdfc629aee56f927244b7693a4 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | 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