New testcase


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2438 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll
new file mode 100644
index 0000000..3c2205d
--- /dev/null
+++ b/test/Assembler/2002-05-02-ParseError.ll
@@ -0,0 +1,10 @@
+; This should parse correctly without an 'implementation', but there seems to 
+; be a problem...
+
+	%List = type { int, %List* }
+
+%List* "test"()
+begin
+	ret %List* null
+end
+