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