// Regression check that -pedantic-errors doesn't cause other diagnostics to
// become errors.
//// RUN: %clang_cc1 -verify -Weverything -pedantic-errors %s
intf0(int,unsigned);intf0(intx,unsignedy){return x < y;// expected-warning {{comparison of integers}}
}