1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Assembler/2002-05-02-ParseError.ll
Chris Lattner 295d802096 Simplify the testcase a bit
llvm-svn: 2439
2002-05-02 19:58:05 +00:00

11 lines
152 B
LLVM

; This should parse correctly without an 'implementation', but there seems to
; be a problem...
%T = type int *
%T "test"()
begin
ret %T null
end