summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/redefined-predefined.json
blob: cad555cc738723ace800b1277db2a276109c72d2 (plain) (blame)
1
2
# we reject types that clash with predefined types
{ 'struct': 'QType', 'data': { 'myint': 'size' } }