]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/flat-union-empty.json
slirp: Allow non-local DNS address when restrict is off
[mirror_qemu.git] / tests / qapi-schema / flat-union-empty.json
1 # flat unions cannot be empty
2 { 'enum': 'Empty', 'data': [ ] }
3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }