]> Git Repo - qemu.git/blame - 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
CommitLineData
d220fbcd 1# C member name collision
27b60ab9
EB
2# Reject members that clash when mapped to C names (we would have two 'a_b'
3# members).
d220fbcd 4{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }
This page took 0.100075 seconds and 4 git commands to generate.