blob: f241aac1220b8e542c1cb741efe355a9a2bf5a7c [file] [log] [blame]
Eric Blakeab916fa2015-05-04 09:05:13 -06001# we do not allow array branches in alternates
Eric Blake3d0c4822015-05-04 09:05:05 -06002# TODO: should we support this?
Eric Blake895a2a82015-05-04 09:05:27 -06003{ 'struct': 'One',
Eric Blake3d0c4822015-05-04 09:05:05 -06004 'data': { 'name': 'str' } }
Eric Blakeab916fa2015-05-04 09:05:13 -06005{ 'alternate': 'Alt',
Eric Blake3d0c4822015-05-04 09:05:05 -06006 'data': { 'one': 'One',
7 'two': [ 'int' ] } }