]> Git Repo - qemu.git/blob - tests/qapi-schema/union-optional-branch.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / union-optional-branch.json
1 # union branches cannot be optional
2 { 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }
This page took 0.024539 seconds and 4 git commands to generate.