mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00

Demonstrate that the qapi generator doesn't deal well with enums that aren't up to par. Later patches will update the expected results as the generator is made stricter. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
2 lines
103 B
JSON
2 lines
103 B
JSON
# FIXME: we should ensure all enum names can map to C
|
|
{ 'enum': 'MyEnum', 'data': [ 'not^possible' ] }
|