Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc
[oota-llvm.git] / test / CodeGen / CBackend / 2003-06-28-LinkOnceGlobalVars.llx
1 ; RUN: llvm-as < %s | llc -march=c | grep common | grep X
2
3 %X = linkonce global int 5
4