xref: /aosp_15_r20/external/clang/test/Frontend/warning-mapping-2.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
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