(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
stmtexpr1.C
// { dg-do assemble  }
// { dg-options "-O" }
// Origin: Thomas Kunert <kunert@physik.tu-dresden.de>

#include <ctype.h>
 
bool  f( char c )
{
    return tolower( c );
}