blob: 02c5061d8cd5b72f333d702f6df28ca3f54badc4 [file] [log] [blame]
Eli Friedmanc4db24a2009-06-03 09:54:50 +00001// RUN: clang-cc %s -fsyntax-only -verify
2// PR4290
3
4// The following declaration is not compatible with vfprintf(), but make
5// sure this isn't an error: autoconf expects this to build.
6char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}