Docs/RCU: Correct sample code of qatomic_rcu_set
[qemu/ar7.git] / tests / qapi-schema / union-unknown.json
blob64d366617616dcd5e4ac0f7b2b31061e7fe633f1
1 # we reject a union with unknown type in branch
2 { 'union': 'Union',
3   'data': { 'unknown': ['MissingType'] } }