Chris Lattner | f406d28 | 2002-07-23 18:26:48 +0000 | [diff] [blame^] | 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 |