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:
parent
55a557416c
commit
295d802096
@ -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