This causes an assert in the assembler. :(
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 22:03:21 +0000 (22:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 22:03:21 +0000 (22:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7016 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-06-30-RecursiveTypeProblem.ll [new file with mode: 0644]

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