mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
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:
parent
e23a7e99b3
commit
17c48f7337
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user