blob: eb88726f0796c4239255ac6d2ace1f86272a0bbc [file] [log] [blame]
#include "foo.h"
#include "foo2.h"
int foo()
{
return 0;
}
int foo2()
{
return 0;
}