macro-4.c   [plain text]


#define DEFN aa + bb

#include "macro-4.h"

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