aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-union.json
blob: 57284b43c523e9b25319f5a8be44785448a73240 (plain)
1
2
3
4
5
6
7
8
9
10
# use of union arguments requires 'boxed':true

##
# @Uni:
##
{ 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
##
# oops:
##
{ 'command': 'oops', 'data': 'Uni' }