mirror of
https://github.com/mborgerson/xemu.git
synced 2025-11-01 17:39:58 +00:00
7 lines
161 B
JSON
7 lines
161 B
JSON
# we reject alternate with base type
|
|
{ 'struct': 'Base',
|
|
'data': { 'string': 'str' } }
|
|
{ 'alternate': 'Alt',
|
|
'base': 'Base',
|
|
'data': { 'number': 'int' } }
|