migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()
[qemu/armbru.git] / tests / qapi-schema / union-optional-branch.json
blob591615fc689bb8757c8e99f1cf76f6ad8c95063b
1 # union branches cannot be optional
2 { 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }