]> Git Repo - qemu.git/blame - tests/qapi-schema/union-invalid-base.json
qapi: Add a primitive to include other files from a QAPI schema file
[qemu.git] / tests / qapi-schema / union-invalid-base.json
CommitLineData
b86b05ed
WX
1{ 'type': 'TestTypeA',
2 'data': { 'string': 'str' } }
3
4{ 'type': 'TestTypeB',
5 'data': { 'integer': 'int' } }
6
7{ 'union': 'TestUnion',
8 'base': 'TestBaseWrong',
9 'data': { 'value1': 'TestTypeA',
10 'value2': 'TestTypeB' } }
This page took 0.034547 seconds and 4 git commands to generate.