blob: 91aaf0ed822729503169097ac8485ba88ca7f43f [file] [log] [blame]
#include "path1.h"
int foo(int x)
{
return path1(x) - 16;
}