Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / redefined-builtin.json
1 # we reject types that duplicate builtin names
2 { 'struct': 'size', 'data': { 'myint': 'size' } }