1 #define C(x) //**/* x */**// 2 C(3) 3 C(abc /* def */ ghi) 4 5 #define D(x) ///**/**/**///**/* x */**///**/**/**/// 6 D(3) 7 D(abc /* def */ ghi) 8