]> Git Repo - qemu.git/blame_incremental - tests/qapi-schema/alternate-array.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / alternate-array.json
... / ...
CommitLineData
1# we do not allow array branches in alternates
2# TODO: should we support this?
3{ 'struct': 'One',
4 'data': { 'name': 'str' } }
5{ 'alternate': 'Alt',
6 'data': { 'one': 'One',
7 'two': [ 'int' ] } }
This page took 0.02166 seconds and 4 git commands to generate.