#define DEFN aa + bb

#include "macro-4.h"

int foo(int aa, int bb)
{
  return DEFN;
}


syntax highlighted by Code2HTML, v. 0.9.1