qapi-commands: Rearrange code
[qemu/armbru.git] / tests / qapi-schema / redefined-builtin.json
blob45b8a550ad8d133fb7dea8516357aeb22df1a0ba
1 # we reject types that duplicate builtin names
2 { 'struct': 'size', 'data': { 'myint': 'size' } }