#include <iostream>

void foo()
{
  std::cout << "foobar" << std::endl;
}
