1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-06 05:33:28 +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