blob: e9206b5045ad28fdfc629aee56f927244b7693a4 [file] [log] [blame]
Tanya Lattnercd0aa812004-11-06 21:40:51 +00001; RUN: llvm-as < %s | llc -march=c
2
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