mirror of
https://github.com/qemu/qemu.git
synced 2024-12-12 05:03:42 +08:00
3 lines
126 B
JSON
3 lines
126 B
JSON
|
# FIXME: we should reject enums where members will clash when mapped to C enum
|
||
|
{ 'enum': 'MyEnum', 'data': [ 'one', 'ONE' ] }
|