Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / flat-union-empty.json
blob77f1d9abfb8f9b39a0a9dd9a03be3cb4e4343c15
1 # flat unions cannot be empty
2 { 'enum': 'Empty', 'data': [ ] }
3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }