Fix broken testcase


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@705 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Feature/forwardreftest.ll b/test/Feature/forwardreftest.ll
index 46f510c..df6ca63 100644
--- a/test/Feature/forwardreftest.ll
+++ b/test/Feature/forwardreftest.ll
@@ -16,7 +16,7 @@
 end
 
 int "test"(int) 
-    %thisfuncty = type int (int)
+    %thisfuncty = type int (int) *
 begin
     add %thisfuncty %zarro, %test
     add %thisfuncty %test, %foozball