blob: 155241dccf282bea79e6e57de3af964781b32cbc [file] [log] [blame]
#include "bar.h"
#include "foo.h"
int bar(int x)
{
return foo(x)-1;
}