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();