blob: a1e76e763e789f914c21972e6b7da14d824f012f [file] [log] [blame]
#include "path2.h"
int path2(int x)
{
return x*42;
}