blob: 529430ecf2f26a010b4663dcb74a7c04eb4d9ff7 [file] [log] [blame]
Eric Blakeab916fa2015-05-04 09:05:13 -06001# we reject alternate with base type
Eric Blake895a2a82015-05-04 09:05:27 -06002{ 'struct': 'Base',
Eric Blake3d0c4822015-05-04 09:05:05 -06003 'data': { 'string': 'str' } }
Eric Blakeab916fa2015-05-04 09:05:13 -06004{ 'alternate': 'Alt',
Eric Blake3d0c4822015-05-04 09:05:05 -06005 'base': 'Base',
Eric Blake3d0c4822015-05-04 09:05:05 -06006 'data': { 'number': 'int' } }