diff --git a/test/Assembler/2003-06-30-RecursiveTypeProblem.ll b/test/Assembler/2003-06-30-RecursiveTypeProblem.ll new file mode 100644 index 00000000000..5f046d0bd29 --- /dev/null +++ b/test/Assembler/2003-06-30-RecursiveTypeProblem.ll @@ -0,0 +1,5 @@ + +%MidFnTy = type void (void (%MidFnTy* )*) + +implementation +