target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[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' ] }