mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 18:09:20 +00:00
11 lines
173 B
LLVM
11 lines
173 B
LLVM
|
; This should parse correctly without an 'implementation', but there seems to
|
||
|
; be a problem...
|
||
|
|
||
|
%List = type { int, %List* }
|
||
|
|
||
|
%List* "test"()
|
||
|
begin
|
||
|
ret %List* null
|
||
|
end
|
||
|
|