target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / qapi-schema / bad-base.json
bloba634331cdd81a453ef17839c24101a6e1dfc28b0
1 # we reject a base that is not a struct
2 { 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
3 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }