summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/command-int.json
blob: c90d408abe6ffdbf30fa40d898860b0be0bc6a13 (plain)
1
2
3
# we reject collisions between commands and types
{ 'command': 'int', 'data': { 'character': 'str' },
  'returns': { 'value': 'int' } }