18 lines
211 B
C++
18 lines
211 B
C++
|
|
||
|
#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;
|
||
|
}
|