diff options
Diffstat (limited to 'test/Assembler/2002-05-02-ParseError.ll')
-rw-r--r-- | test/Assembler/2002-05-02-ParseError.ll | 7 |
1 files changed, 7 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 0000000000000..b198edfd31f5c --- /dev/null +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -0,0 +1,7 @@ +; RUN: llvm-as %s -o /dev/null -f + +%T = type i32 * + +define %T @test() { + ret %T null +} |