#define CONNECT_BC(B,C) B##C #define CONNECT_BB(B,C) CONNECT_BC(B,C) #define D_LINE(A) CONNECT_BB(A,__LINE__) int main() { int D_LINE(V); }