Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qapi-schema / redefined-type.json
blob291453e70d738dbdaea3308f7f7adaf11124fa2f
1 # we reject types defined more than once
2 { 'struct': 'Foo', 'data': { 'one': 'str' } }
3 { 'enum': 'Foo', 'data': [ 'two' ] }