Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/features-duplicate-name.json

4 lines
98 B
JSON
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
{ 'struct': 'FeatureStruct0',
'data': { 'foo': 'int' },
'features': [ 'foo', 'bar', 'foo' ] }