Simplify the testcase a bit

llvm-svn: 2439
This commit is contained in:
Chris Lattner 2002-05-02 19:58:05 +00:00
parent ed1228aedf
commit 3f6b8335d5
1 changed files with 3 additions and 3 deletions

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