1/* e_24_6.t: Operand of # operator in function-like macro definition shall 2 be a parameter name. */ 3 4/* 24.6: */ 5#define FUNC( a) # b 6 7