Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / stmtexpr1.C
blob3623865fdaf9765cacab81fcd8d430c228e5b6e2
1 // { dg-do assemble  }
2 // { dg-options "-O" }
3 // Origin: Thomas Kunert <kunert@physik.tu-dresden.de>
5 #include <ctype.h>
6  
7 bool  f( char c )
9     return tolower( c );