[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Sema / vfprintf-invalid-redecl.c
blobf06b1b6d2147bf7baacb92260ebd1a8ca00bfe6c
1 // RUN: %clang_cc1 %s -fsyntax-only -verify
2 // PR4290
4 // The following declaration is not compatible with vfprintf(), but make
5 // sure this isn't an error: autoconf expects this to build.
6 char vfprintf(); // expected-warning {{declaration of built-in function 'vfprintf'}}