blob: 6f8ef000dbbe6f528cd65a4a08c3edb965a7b2b5 [file] [log] [blame]
# Union with empty base and therefore without discriminator
{ 'struct': 'Empty', 'data': { } }
{ 'union': 'TestUnion',
'base': 'Empty',
'discriminator': 'type',
'data': { 'value1': 'int',
'value2': 'str' } }