Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wsign-compare-1.C
blob495bb992cdd0e90d94915af2030de10f89be3ff9
1 // { dg-options "-Wsign-compare" }
3 extern unsigned u;
5 template<class F>
6 int f() { return u > 1; }