Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd46eb770f1bf7f38aa440fa23786c8976be16aa
/
.
/
clang
/
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
();