Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a6da192bbb3cb2b99200f60726b78e2d3d1f1598
/
.
/
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
();