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