blob: c08024bbec4993492966ce15a26b469c0c35cadb [file] [log] [blame]
Chris Lattner1c1f5582002-05-17 04:53:52 +00001; Make sure that global variables do not collide if they have the same name,
2; but different types.
3
4%X = global int 5
5%X = global long 7