mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
13 lines
236 B
LLVM
13 lines
236 B
LLVM
implementation
|
|
|
|
declare int "printf"(sbyte*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
|
|
|
|
int "testvarar"()
|
|
begin
|
|
cast int 0 to sbyte*
|
|
call int(sbyte*, ...) %printf(sbyte * %0, int 12, sbyte 42);
|
|
ret int %0
|
|
end
|
|
|
|
|