1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-25 19:29:53 +00:00

11 lines
124 B
LLVM

implementation
declare int "bar"(int %in)
int "foo"(int %blah)
begin
%xx = call int %bar(int %blah)
ret int %xx
end