#include "blah.h"

int bar(int foo)
{
  return(3*foo);
}
