// { dg-options "-Wsign-compare" } extern unsigned u; template int f() { return u > 1; }