Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 152 Bytes

elif-after-macro

File metadata and controls

9 lines (9 loc) · 152 Bytes
 
Nov 4, 2010
Nov 4, 2010
1
2
3
4
5
6
7
8
9
// This triggered an error before, when the "== D0" would not pop_source().
#define D0 0
#if DA == D0
RIGHT
#elif D5 >= D4
WRONG
#else
ALSOWRONG
#endif