mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
295d802096
llvm-svn: 2439
11 lines
152 B
LLVM
11 lines
152 B
LLVM
; This should parse correctly without an 'implementation', but there seems to
|
|
; be a problem...
|
|
|
|
%T = type int *
|
|
|
|
%T "test"()
|
|
begin
|
|
ret %T null
|
|
end
|
|
|