fix PR8807 by making transformConstExprCastCall aware of byval arguments.
[oota-llvm.git] / test / Assembler / 2003-06-30-RecursiveTypeProblem.ll
index 5f046d0bd295a0615d9b2b2f56a45821ff5393b0..5db31140a741628b09c24b51369ac5e3c53838a4 100644 (file)
@@ -1,5 +1,3 @@
+; RUN: llvm-as %s -o /dev/null
 
-%MidFnTy = type void (void (%MidFnTy* )*)
-
-implementation
-
+%MidFnTy = type void (%MidFnTy*)