Eric Blake | ab916fa | 2015-05-04 09:05:13 -0600 | [diff] [blame] | 1 | # we reject alternate with base type |
Eric Blake | 895a2a8 | 2015-05-04 09:05:27 -0600 | [diff] [blame] | 2 | { 'struct': 'Base', |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 3 | 'data': { 'string': 'str' } } |
Eric Blake | ab916fa | 2015-05-04 09:05:13 -0600 | [diff] [blame] | 4 | { 'alternate': 'Alt', |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 5 | 'base': 'Base', |
Eric Blake | 3d0c482 | 2015-05-04 09:05:05 -0600 | [diff] [blame] | 6 | 'data': { 'number': 'int' } } |