qemu-e2k/tests/qapi-schema/redefined-type.json

4 lines
124 B
JSON

# we reject types defined more than once
{ 'struct': 'Foo', 'data': { 'one': 'str' } }
{ 'enum': 'Foo', 'data': [ 'two' ] }