summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/psql/psql.cpp
blob: 4974425237d9f182c75347942bd14dfd91bd5902 (plain)
1
2
3
4
5
6
7
8
#include "libpq-fe.h"

int main(int, char **)
{
    PQescapeBytea(0, 0, 0);
    PQunescapeBytea(0, 0);
    return 0;
}