// foo.C

#include "foo.h"

void foo()
{
  return;
}
