4 # we reject simple unions with a base (or flat unions without discriminator)
5 { 'struct': 'TestTypeA',
6 'data': { 'string': 'str' } }
11 { 'struct': 'TestTypeB',
12 'data': { 'integer': 'int' } }
18 'data': { 'string': 'str' } }
23 { 'union': 'TestUnion',
25 'data': { 'value1': 'TestTypeA',
26 'value2': 'TestTypeB' } }