target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / qapi-schema / nested-struct-data-invalid-dict.json
blobefbe773dedf8195c2d44e977601fdaad0eccfd91
1 # inline subtypes collide with our desired future use of defaults
2 { 'command': 'foo',
3   'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }