Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' into staging
[qemu/ar7.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' }