aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-boxed-empty.json
blob: 8e8cc2652581aee4f1b75a73a33bb3796aa6e9d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 'boxed' requires a non-empty type

##
# @Empty:
##
{ 'struct': 'Empty', 'data': {} }

##
# @foo:
##
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }