Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190714' into staging
[qemu/ar7.git] / tests / qapi-schema / double-data.json
blobe76b519538ef2a9b8ee4149dd602777f32ce3476
1 # we reject an expression with duplicate top-level keys
2 { 'struct': 'bar', 'data': { }, 'data': { 'string': 'str'} }