Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 95 Bytes

concat-operator-multiple

File metadata and controls

4 lines (3 loc) · 95 Bytes
 
1
2
3
/* This should produce "RIGHT" instead of "RI ## G ## HT" */
#define x(a,b) a##G##b
x(RI, HT)