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