mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
d4651b7cbf
llvm-svn: 778
12 lines
217 B
LLVM
12 lines
217 B
LLVM
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
|
|
|
|
|