summaryrefslogtreecommitdiffstats
path: root/config.tests/qws/ahi/ahi.cpp
blob: a5e89515e18207267bbdf64b53a76fe68e6b875d (plain)
1
2
3
4
5
6
7
8
9
#include <ahi.h>

int main(int, char **)
{
    AhiInit(0);
    AhiTerm();

    return 0;
}