Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 95 Bytes

concat-operator-ignore-non-args

File metadata and controls

6 lines (5 loc) · 95 Bytes
 
Mar 7, 2010
Mar 7, 2010
1
2
3
4
5
// Should produce RIGHT and not WRONG
#define RI WR
#define GHT ONG
#define z(a) RI##GHT
z(1)