aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/command-int.json
blob: 5b51bf148b863d7d8cc2181f5053fb8a3ee54491 (plain)
1
2
3
4
5
6
# we reject collisions between commands and types

##
# @int:
##
{ 'command': 'int', 'data': { 'character': 'str' } }