70a71,72
> # Single line comment
>
74c76
< };
---
> }; /* multiline comment on one line */
75a78,80
> /* multi line comment across lines
> to make sure they work */
>
81c86
< dah
---
> dah # single line comment after something
89c94
< def macroop (bar);
---
> def macroop jumper (bar);