Sign in
llvm
/
llvm-project
/
clang
/
a02690efdad6df0a2756e08b5ca71f0b195d7713
/
.
/
test
/
Sema
/
vfprintf-valid-redecl.c
blob: cc8e2c40d30bf1db8403f7f427bf6f78f7246755 [
file
]
// RUN: clang-cc %s -fsyntax-only -pedantic -verify
// PR4290
// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int
vfprintf
();