Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu...
[qemu/kevin.git] / tests / qapi-schema / alternate-conflict-lists.json
bloba3efd6c5011937a0b85c52a16f0a49daf2e7d359
1 # Two lists conflict even if their inner types would be compatible
2 { 'struct': 'One',
3   'data': { 'name': 'str' } }
4 { 'alternate': 'Alt',
5   'data': { 'one': [ 'int' ],
6             'two': [ 'str' ] } }