From e23a7e99b37cedd0915b7011f182463e20374df5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 May 2002 19:54:58 +0000 Subject: New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2438 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-05-02-ParseError.ll | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/Assembler/2002-05-02-ParseError.ll (limited to 'test/Assembler/2002-05-02-ParseError.ll') 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 + -- cgit v1.1