blob: 5a347ebb09cfda7896c419f27afeeca42491af4b [file] [log] [blame]
// Check that -w has lower priority than -pedantic-errors.
// RUN: %clang_cc1 -verify -pedantic-errors -w %s
//
// FIXME: We currently get this wrong.
// XFAIL: *
void f0() { f1(); } // expected-error {{implicit declaration of function}}