Simplify the testcase a bit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-02 19:58:05 +00:00
parent e23a7e99b3
commit 17c48f7337

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