blob: d566cca8169c265ab12ceb710791c59172d72bcf [file] [log] [blame]
# we reject alternates with multiple object branches
{ 'struct': 'One',
'data': { 'name': 'str' } }
{ 'struct': 'Two',
'data': { 'value': 'int' } }
{ 'alternate': 'Alt',
'data': { 'one': 'One',
'two': 'Two' } }