# define FOO 2+1

int fooey (int f)
{
  return (f * FOO);
}


syntax highlighted by Code2HTML, v. 0.9.1