15 lines · plain
1; PR21462; RUN: llvm-as %s -o %t1.bc3; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc4; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc5 6@b = alias void (), ptr @a7 8define void @a() nounwind {9entry:10 br label %return11 12return:13 ret void14}15