summaryrefslogtreecommitdiffstats
path: root/test/Sema/vfprintf-valid-redecl.c
blob: 14fbbc47ddbcc1cf018ef3451f30efa8e8438916 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
// PR4290

// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int vfprintf();