summaryrefslogtreecommitdiffstats
path: root/Tests/Module/FindDependency/main.cpp
blob: d635b3131d3f822e4b1002e63dfda982fb1ffed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef HAVE_PACK1
#error Expected HAVE_PACK1
#endif

#ifndef HAVE_PACK2
#error Expected HAVE_PACK2
#endif

#ifndef HAVE_PACK3
#error Expected HAVE_PACK3
#endif

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