Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 86 Bytes

File metadata and controls

4 lines (3 loc) · 86 Bytes
 
Apr 9, 2009
Apr 9, 2009
1
2
3
/* This should produce "RIGHT" instead of "WRONG" */
#define x(WRONG) WRONG
x(RIGHT)