Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 91 Bytes

empty-macro-with-arg

File metadata and controls

3 lines (3 loc) · 91 Bytes
 
Jun 1, 2010
Jun 1, 2010
1
2
3
// This should not crash when using the empty macro.
#define COMPUTE_FOO(a)
COMPUTE_FOO(a)