vfprintf-valid-redecl.c revision c4db24a96d062b2d3fb1f46c28a75ed728b00030
1// RUN: clang-cc %s -fsyntax-only -pedantic -verify
2// PR4290
3
4// The following declaration is compatible with vfprintf, so we shouldn't
5// warn.
6int vfprintf();
7