Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / qapi-schema / reserved-command-q.json
blob99f8aae314bc1295a354d89546c3fdbebbc02358
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 { 'command': 'unix' }
5 { 'command': 'q-unix' }