hanchenye-llvm-project/clang/test/Sema/vfprintf-valid-redecl.c

7 lines
162 B
C

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