mirror of https://gitee.com/openkylin/qemu.git
4 lines
136 B
JSON
4 lines
136 B
JSON
|
# FIXME: we should reject types defined more than once
|
||
|
{ 'type': 'foo', 'data': { 'one': 'str' } }
|
||
|
{ 'enum': 'foo', 'data': [ 'two' ] }
|