]> Git Repo - qemu.git/blob - tests/qapi-schema/reserved-enum-q.json
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-01-16' into staging
[qemu.git] / tests / qapi-schema / reserved-enum-q.json
1 # C entity name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4
5 ##
6 # @Foo:
7 ##
8 { 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }
This page took 0.025185 seconds and 4 git commands to generate.