Provide a way to actually run tests
[oota-llvm.git] / test / Linker / 2002-07-17-GlobalFail.ll
1 ; RUN: as < %s > Output/%s.bc
2 ; RUN: echo | as > Output/%s.tmp.bc
3 ; RUN: link Output/%s.tmp.bc Output/%s.bc
4
5 %X = constant int 5
6 %Y = internal global [2 x int*] [ int* %X, int * %X]
7
8