[opaque pointer type] Add textual IR support for explicit type parameter for global...
[oota-llvm.git] / test / Linker / 2008-07-06-AliasFnDecl.ll
index 8e8c8454d9419be5db6b4f7f4ec2848ee862ebcc..555899a31acbb8dc88a7e8170ef979d68cac889f 100644 (file)
@@ -3,7 +3,7 @@
 ; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc
 ; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
 
-@b = alias void ()* @a
+@b = alias void (), void ()* @a
 
 define void @a() nounwind  {
 entry: