summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/sqlite/sqlite.cpp
blob: fe7301e379f8f95df7ca890b15c46af79d6d5ce7 (plain)
1
2
3
4
5
6
#include <sqlite3.h>

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