#include "foo.h"

#include "foo2.h"

int foo()
{
  return 0;
}

int foo2()
{
  return 0;
}
