**Describe the bug** If we simply write 'using' with nothing after it, cppfront asserts while it is trying to create the error message. **To Reproduce** ``` main: () = { using } ``` **Additional context** The second bug from my fuzzing. I have a PR ready to go.