Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[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' } }