YouCompleteMe/cpp/llvm/tools/clang/test/Sema/vfprintf-valid-redecl.c

7 lines
164 B
C
Raw Normal View History

// RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
// PR4290
// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int vfprintf();