]> Git Repo - qemu.git/blob - tests/qapi-schema/alternate-base.json
qapi: Merge UserDefTwo and UserDefNested in tests
[qemu.git] / tests / qapi-schema / alternate-base.json
1 # we reject alternate with base type
2 { 'struct': 'Base',
3   'data': { 'string': 'str' } }
4 { 'alternate': 'Alt',
5   'base': 'Base',
6   'data': { 'number': 'int' } }
This page took 0.02599 seconds and 4 git commands to generate.