aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-30 22:03:21 +0000
committerChris Lattner <sabre@nondot.org>2003-06-30 22:03:21 +0000
commitb4a25f34010a7749234af4eadba3ceb3e7e2acfb (patch)
tree9703e7d6c48aca96aa4b5fc5d094ac3abcd4f67f /test
parent8f063e42343d85802db60133f1a060fbc44f92d2 (diff)
This causes an assert in the assembler. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/2003-06-30-RecursiveTypeProblem.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/2003-06-30-RecursiveTypeProblem.ll b/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
new file mode 100644
index 0000000000..5f046d0bd2
--- /dev/null
+++ b/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
@@ -0,0 +1,5 @@
+
+%MidFnTy = type void (void (%MidFnTy* )*)
+
+implementation
+