21 lines
315 B
C++
Raw Normal View History

2012-04-19 19:04:21 +03:00
2016-07-09 11:21:54 +02:00
#include "arguments.h"
#include "bang.h"
2012-04-19 19:04:21 +03:00
#include "bar.h"
#include "bat.h"
#include "baz.h"
2013-03-16 19:13:01 +02:00
#include "bing.h"
#include "bung.h"
2016-07-09 11:21:54 +02:00
#include "common.h"
#include "foo.h"
2013-03-16 19:13:01 +02:00
#include "list.h"
2013-11-03 12:27:13 +02:00
#include "prefix_foo_bar_bat.h"
2019-11-11 23:01:05 +01:00
#include "target1.h"
#include "target2.h"
2016-07-09 11:21:54 +02:00
#include "ting.h"
2012-04-19 19:04:21 +03:00
int main(int, char**)
{
return 0;
}