aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/inheritModuleSearchPath/main.cpp
blob: 7382cd2dd57e1228202a55129c90ddc20a091da2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef HAVE_BLI
#error HAVE_BLI missing!
#endif

int main()
{
    return 0;
}