Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 84 Bytes

macro-paren-stacking

File metadata and controls

3 lines (3 loc) · 84 Bytes
 
1
2
3
/* Should give you "RIGHT" instead of an error. */
#define a(a,b) b
a((1+1), RIGHT)