1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Simplify the testcase a bit

llvm-svn: 2439
This commit is contained in:
Chris Lattner 2002-05-02 19:58:05 +00:00
parent 55a557416c
commit 295d802096

View File

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