Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 127 Bytes

stringify-operator-blank-arg

File metadata and controls

4 lines (4 loc) · 127 Bytes
 
Mar 12, 2010
Mar 12, 2010
1
2
3
4
// This shouldn't produce an error (the "()" should be treated as one
// blank argument, turned into a ""
#define x(y) #y
x()