mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
11 lines
129 B
LLVM
11 lines
129 B
LLVM
|
implementation
|
||
|
|
||
|
declare int "bar"(int %in)
|
||
|
|
||
|
int "foo"(int %blah)
|
||
|
begin
|
||
|
%xx = call int(int) %bar(int %blah)
|
||
|
ret int %xx
|
||
|
end
|
||
|
|