Make testcase more interesting
[oota-llvm.git] / test / Linker / 2002-08-20-ConstantExpr.ll
1 ; This fails linking when it is linked with an empty file as the first object file
2
3 ; RUN: as > Output/%s.LinkTest.bc < /dev/null
4 ; RUN: as < %s > Output/%s.bc
5 ; RUN: link Output/%s.LinkTest.bc Output/%s.bc
6
7 %work = global int 4
8 %test = global int* getelementptr( int* %work, long 1)
9