#include "inline-1.h"
int bar(int a, int b)
{
  return foo(a) + b;
}

int baz(void)
{
  return foo(3);
}


syntax highlighted by Code2HTML, v. 0.9.1