Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / double-data.json
1 # we reject an expression with duplicate top-level keys
2 { 'struct': 'bar', 'data': { }, 'data': { 'string': 'str'} }