]> Git Repo - qemu.git/blame - tests/qapi-schema/alternate-array.json
scripts/make-release: Stop shipping u-boot source as a tarball
[qemu.git] / tests / qapi-schema / alternate-array.json
CommitLineData
ab916fad 1# we do not allow array branches in alternates
3d0c4829 2# TODO: should we support this?
895a2a80 3{ 'struct': 'One',
3d0c4829 4 'data': { 'name': 'str' } }
ab916fad 5{ 'alternate': 'Alt',
3d0c4829
EB
6 'data': { 'one': 'One',
7 'two': [ 'int' ] } }
This page took 0.220622 seconds and 4 git commands to generate.