Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / warnings8.C
blobcdb7c62bb905987e3094d17ae9f211bde080fa01
1 // { dg-do assemble  }
2 // { dg-options "-Wall" }
3 // GROUPS passed warnings
4 bool foo(unsigned char c)
6   return (c & 17) != 0;