// Build don't link: // Special g++ Options: -O // Origin: Thomas Kunert #include bool f( char c ) { return tolower( c ); }