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