summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/qbspkgconfig-module-provider/main.cpp
blob: 5fa0f7eed2a539aee0c4d7df64d91e48f696e16a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <libA/libA.h>

#ifndef THE_MAGIC_DEFINE
#error "missing the magic define"
#endif

int main()
{
    foo();
    return 0;
}