summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/iodbc/iodbc.cpp
blob: 6b64e12cf8085d72906070753b5c4839f82e6c21 (plain)
1
2
3
4
5
6
7
#include <sql.h>
#include <sqlext.h>

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