New testcase, reduced from DOOM.
[oota-llvm.git] / test / CBackend / 2003-06-28-LinkOnceGlobalVars.llx
1 ; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
2
3 %X = linkonce global int 5
4