Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / comments.json
blobe643f3a74c332057f9f621adb7e83d3174f43604
1 # Unindented comment
2 { 'enum': 'Status',             # Comment to the right of code
3   # Indented comment
4   'data': [ 'good', 'bad', 'ugly' ] }