Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / redefined-type.json
1 # we reject types defined more than once
2 { 'struct': 'foo', 'data': { 'one': 'str' } }
3 { 'enum': 'foo', 'data': [ 'two' ] }