target/riscv: Use extracts for sraiw and srliw
[qemu/ar7.git] / tests / qapi-schema / redefined-predefined.json
blobcad555cc738723ace800b1277db2a276109c72d2
1 # we reject types that clash with predefined types
2 { 'struct': 'QType', 'data': { 'myint': 'size' } }