Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
test
/
CFrontend
/
2002-07-30-VarArgsCallFailure.c
blob: cdce478adc74d22368f54f76bdc98e3ae2207181 [
file
] [
log
] [
blame
]
int
tcount
;
void
test
(
char
*,
const
char
*,
int
);
void
foo
()
{
char
Buf
[
10
];
test
(
Buf
,
"n%%%d"
,
tcount
++);
}