forked from OSchip/llvm-project
parent
ed1228aedf
commit
3f6b8335d5
|
@ -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