blob: 249927d1ffe201c6342e9478782cebeaeb1df845 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
Chris Lattner1c1f5582002-05-17 04:53:52 +00003; 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