Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / args-union.json
blob2fcaeaae16305ef167f23611daefa514719abf90
1 # use of union arguments requires 'boxed':true
2 { 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
3 { 'command': 'oops', 'data': 'Uni' }