Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 82 Bytes

elif-after-macro-with-args

File metadata and controls

8 lines (8 loc) · 82 Bytes
 
Nov 4, 2010
Nov 4, 2010
1
2
3
4
5
6
7
8
#define D0(x) 0
#if DA == D0(5)
RIGHT
#elif D5 >= D4
WRONG
#else
ALSOWRONG
#endif