]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/redefined-type.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / redefined-type.json
1 # we reject types defined more than once
2
3 ##
4 # @foo:
5 ##
6 { 'struct': 'foo', 'data': { 'one': 'str' } }
7 ##
8 # @foo:
9 ##
10 { 'enum': 'foo', 'data': [ 'two' ] }