Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3cd5c1d7f19c83e21a34ef1373feb8933e26c4d8
/
.
/
test
/
Feature
/
testvarargs.ll
blob: ef6e48f88439f4bc67e32ea2bdbc7964b0afa369 [
file
] [
log
] [
blame
]
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