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