]> Git Repo - qemu.git/blob - tests/qapi-schema/enum-clash-member.json
ppc: Express dependencies of the 'prep' and '40p' machines with kconfig
[qemu.git] / tests / qapi-schema / enum-clash-member.json
1 # we reject enums where members will clash when mapped to C enum
2 { 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }
This page took 0.025658 seconds and 4 git commands to generate.