Sign in
qemu
/
qemu
/
94522562f68043c0420795c9b4ec8f1d6b40e2fc
/
.
/
tests
/
qapi-schema
/
reserved-enum-q.json
blob: 3593a765eae720c8ba142940b04951cdb45446f8 [
file
] [
log
] [
blame
]
#
C entity name collision
#
We
reject names like
'q-unix'
,
because they can collide with the mangled
#
name for
'unix'
in generated C
.
{
'enum'
:
'Foo'
,
'data'
:
[
'unix'
,
'q-Unix'
]
}