xref: /openbmc/qemu/tests/qapi-schema/comments.json (revision 3c2758c286fbb82973471d09f5977dc5ece37137)
1# Unindented comment
2{ 'enum': 'Status',             # Comment to the right of code
3  # Indented comment
4  'data': [ 'good', 'bad', 'ugly' ] }
5