Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1e69fe3a9f0a42b32a3000bda51677d51416564e
/
.
/
test
/
Sema
/
vfprintf-valid-redecl.c
blob: cc8e2c40d30bf1db8403f7f427bf6f78f7246755 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -fsyntax-only -pedantic -verify
// PR4290
// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int
vfprintf
();