io: some fixes to handling of /dev/null when running commands
[qemu/ar7.git] / tests / qapi-schema / flat-union-empty.json
blob67dd2978eb173ac639abb7c95306ebb1282a203d
1 # FIXME - flat unions should not be empty
2 { 'enum': 'Empty', 'data': [ ] }
3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }