Merge "Update the files in fuel-plugin to match the upstream"
[kvmfornfv.git] / qemu / tests / qapi-schema / redefined-builtin.json
1 # we reject types that duplicate builtin names
2 { 'struct': 'size', 'data': { 'myint': 'size' } }