aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-05-02-ParseError.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-02 19:54:58 +0000
committerChris Lattner <sabre@nondot.org>2002-05-02 19:54:58 +0000
commite23a7e99b37cedd0915b7011f182463e20374df5 (patch)
tree8187618bf14d0bd643f53369b718ce44e8cdd4c4 /test/Assembler/2002-05-02-ParseError.ll
parentf4dca807d8c337154afc6cc1aa194a607df89494 (diff)
downloadexternal_llvm-e23a7e99b37cedd0915b7011f182463e20374df5.zip
external_llvm-e23a7e99b37cedd0915b7011f182463e20374df5.tar.gz
external_llvm-e23a7e99b37cedd0915b7011f182463e20374df5.tar.bz2
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-05-02-ParseError.ll')
-rw-r--r--test/Assembler/2002-05-02-ParseError.ll10
1 files changed, 10 insertions, 0 deletions
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
+