aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-clash.json
blob: 039c4be65811e55587092e2f23fd5a835575cde0 (plain)
1
2
3
4
5
# Alternate branch name collision
# Reject an alternate that would result in a collision in generated C
# names (this would try to generate two union members named 'a_b').
{ 'alternate': 'Alt1',
  'data': { 'a-b': 'bool', 'a_b': 'int' } }