blob: afa89882054e4177bd0578391afa0ad98f2c5a46 [file] [log] [blame]
# flat unions cannot be empty
##
# @Empty:
##
{ 'enum': 'Empty', 'data': [ ] }
##
# @Base:
##
{ 'struct': 'Base', 'data': { 'type': 'Empty' } }
##
# @Union:
##
{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }