From: Chris Lattner Date: Mon, 30 Jun 2003 22:03:21 +0000 (+0000) Subject: This causes an assert in the assembler. :( X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b4a25f34010a7749234af4eadba3ceb3e7e2acfb;p=oota-llvm.git This causes an assert in the assembler. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7016 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 +