Added a check for the -R linker option.
[oota-llvm.git] / test / CBackend / 2002-05-16-NameCollide.ll
1 ; 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