18 lines
211 B
C++
Raw Normal View History

2014-02-26 21:30:18 +01:00
#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;
}