1 #define DEFN aa + bb
2 
3 #include "macro-4.h"
4 
foo(int aa,int bb)5 int foo(int aa, int bb)
6 {
7   return DEFN;
8 }
9