1*67e74705SXin Li // Check that -w has lower priority than -pedantic-errors. 2*67e74705SXin Li // RUN: %clang_cc1 -verify -pedantic-errors -w %s 3*67e74705SXin Li f0()4*67e74705SXin Li void f0() { f1(); } // expected-error {{implicit declaration of function}} 5*67e74705SXin Li 6