summaryrefslogtreecommitdiffstats
path: root/Tests/Module/FindDependency/main.cpp
blob: 50c5958cae57104b9d367de7f14a6a95245ad435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

#ifndef HAVE_PACK1
#error Expected HAVE_PACK1
#endif

#ifndef HAVE_PACK2
#error Expected HAVE_PACK2
#endif

#ifndef HAVE_PACK3
#error Expected HAVE_PACK3
#endif

#ifndef HAVE_PACK4
#error Expected HAVE_PACK4
#endif

#ifndef HAVE_PACK5
#error Expected HAVE_PACK5
#endif

#ifndef HAVE_PACK6
#error Expected HAVE_PACK6
#endif

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