summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/union-optional-branch.json
blob: c513db72d4b8442164ec936e0cbd702fea43b0ce (plain)
1
2
# FIXME: union branches cannot be optional
{ 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }
OpenPOWER on IntegriCloud