blob: 249927d1ffe201c6342e9478782cebeaeb1df845 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3; Make sure that global variables do not collide if they have the same name,
4; but different types.
5
6%X = global int 5
7%X = global long 7