crypto: enforce that LUKS stripes is always a fixed value
[qemu/armbru.git] / tests / qapi-schema / redefined-predefined.json
blobcad555cc738723ace800b1277db2a276109c72d2
1 # we reject types that clash with predefined types
2 { 'struct': 'QType', 'data': { 'myint': 'size' } }