Tanya Lattner | cd0aa81 | 2004-11-06 21:40:51 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llc -march=c |
2 | |||||
Chris Lattner | 1c1f558 | 2002-05-17 04:53:52 +0000 | [diff] [blame] | 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 |