Home | History | Annotate | Download | only in Sema
      1 // RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
      2 // PR4290
      3 
      4 // The following declaration is compatible with vfprintf, so we shouldn't
      5 // warn.
      6 int vfprintf();
      7