1#include "path1.h"
2
3int  foo(int  x)
4{
5	return path1(x) - 16;
6}
7
8