2020-02-01 23:06:01 +01:00

14 lines
91 B
C

#include "foo.h"
#include "foo2.h"
int foo()
{
return 0;
}
int foo2()
{
return 0;
}