]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-clash.json
Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-clash.json
CommitLineData
d220fbcd 1# Alternate branch name collision
d83b4764
MA
2# Naming rules make collision impossible (even with the pragma). If
3# that wasn't the case, then we'd get a collision in generated C: two
4# union members a_b.
5{ 'pragma': { 'member-name-exceptions': [ 'Alt1' ] } }
ab916fad 6{ 'alternate': 'Alt1',
8168ca8e 7 'data': { 'a-b': 'bool', 'a_b': 'int' } }