]> Git Repo - qemu.git/blob - tests/qapi-schema/args-name-clash.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / args-name-clash.json
1 # C member name collision
2 # Reject members that clash when mapped to C names (we would have two 'a_b'
3 # members).
4 { 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }
This page took 0.024065 seconds and 4 git commands to generate.