hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
[qemu/armbru.git] / tests / qapi-schema / features-duplicate-name.json
blob29358e62204b3657f8582a670a86b4796b41db30
1 { 'struct': 'FeatureStruct0',
2   'data': { 'foo': 'int' },
3   'features': [ 'foo', 'bar', 'foo' ] }