blob: 14fbbc47ddbcc1cf018ef3451f30efa8e8438916 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
Eli Friedman8246b6f2009-06-03 09:54:50 +00002// PR4290
3
4// The following declaration is compatible with vfprintf, so we shouldn't
5// warn.
6int vfprintf();