Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
Wsign-compare-1.C
// { dg-options "-Wsign-compare" } extern unsigned u; template<class F> int f() { return u > 1; }