1#define T 123
2int foo (void) 
3{
4  return 3;
5}
6