target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.git] / tests / qapi-schema / alternate-clash.json
blob87f061a74afe93ad1ffd5c90b61b2c22ee5985ca
1 # Alternate branch name collision
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' ] } }
6 { 'alternate': 'Alt1',
7   'data': { 'a-b': 'bool', 'a_b': 'int' } }