Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 90 Bytes

too-many-macro-args

File metadata and controls

3 lines (3 loc) · 90 Bytes
 
1
2
3
// This should produce an error, not anything like "WRONG 7 )"
#define x(a) a
x(WRONG, 7)