#include "path1.h"

int  foo(int  x)
{
	return path1(x) - 16;
}