]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/redefined-type.json
qemu-io: Put flag changes in the options QDict in reopen_f()
[mirror_qemu.git] / 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' ] }