2019-11-11 23:01:05 +01:00

21 lines
315 B
C++

#include "arguments.h"
#include "bang.h"
#include "bar.h"
#include "bat.h"
#include "baz.h"
#include "bing.h"
#include "bung.h"
#include "common.h"
#include "foo.h"
#include "list.h"
#include "prefix_foo_bar_bat.h"
#include "target1.h"
#include "target2.h"
#include "ting.h"
int main(int, char**)
{
return 0;
}