It would be useful to have `Node` corresponding to a standalone macro on a line, like ```c MY_MACRO; ``` Currently the best way to do this is with a generic `cgen.Statement`.
It would be useful to have
Nodecorresponding to a standalone macro on a line, likeMY_MACRO;Currently the best way to do this is with a generic
cgen.Statement.