7 lines · c
1// RUN: %clang_cc1 %s -fsyntax-only -verify2// PR42903 4// The following declaration is not compatible with vfprintf(), but make5// sure this isn't an error: autoconf expects this to build.6char vfprintf(); // expected-warning {{declaration of built-in function 'vfprintf'}}7