blob: 4c6e8f869e17fa628cafc8c2ac7f8dc8c5a17e15 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as > %t.out2.bc
2; RUN: echo "%me = global int* null" | llvm-upgrade | llvm-as > %t.out1.bc
3; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f
4
5%me = weak global int * null
6
7