blob: e85b565eee3d6577a75566569022ba9a904b516c [file] [log] [blame]
Chris Lattner730507c2002-08-20 19:29:20 +00001; 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, uint 1)
9