hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL
[qemu/ar7.git] / tests / qapi-schema / double-data.json
blobe76b519538ef2a9b8ee4149dd602777f32ce3476
1 # we reject an expression with duplicate top-level keys
2 { 'struct': 'bar', 'data': { }, 'data': { 'string': 'str'} }