Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / qapi-schema / features-duplicate-name.json
blob29358e62204b3657f8582a670a86b4796b41db30
1 { 'struct': 'FeatureStruct0',
2   'data': { 'foo': 'int' },
3   'features': [ 'foo', 'bar', 'foo' ] }