#include <libpq-fe.h>
int main(void)
{
   PGconn *conn = NULL; /* Bork */
   return PQescapeIdentifier(conn, "test", 4) != NULL;
}