blob: ef6e48f88439f4bc67e32ea2bdbc7964b0afa369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
implementation
declare int "printf"(sbyte*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
int "testvarar"()
begin
call int(sbyte*, ...) *%printf(sbyte * null, int 12, sbyte 42);
ret int %0
end
|