blob: cc8e2c40d30bf1db8403f7f427bf6f78f7246755 [file] [log] [blame]
// RUN: clang-cc %s -fsyntax-only -pedantic -verify
// PR4290
// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int vfprintf();