You cannot pass functions by value, what does that even mean??
[oota-llvm.git] / test / Feature / forwardreftest.ll
index 641aff5ad756258f7f037e1046b6d38d4764faa6..bd6ba086da4125135bf37f0de40b86f9f53f435d 100644 (file)
@@ -1,8 +1,8 @@
   %myty = type int 
   %myfn = type float (int,double,uint,short)
-  type int(%myfn)
+  type int(%myfn*)
   type int(int)
-  type int(int(int))
+  type int(int(int)*)
 
   %thisfuncty = type int (int) *
 implementation