target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / qapi-schema / alternate-base.json
blob529430ecf2f26a010b4663dcb74a7c04eb4d9ff7
1 # we reject alternate with base type
2 { 'struct': 'Base',
3   'data': { 'string': 'str' } }
4 { 'alternate': 'Alt',
5   'base': 'Base',
6   'data': { 'number': 'int' } }