Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / features-duplicate-name.json
blob29358e62204b3657f8582a670a86b4796b41db30
1 { 'struct': 'FeatureStruct0',
2   'data': { 'foo': 'int' },
3   'features': [ 'foo', 'bar', 'foo' ] }