xref: /openbmc/qemu/tests/qapi-schema/redefined-predefined.json (revision 266469947161aa10b1d36843580d369d5aa38589)
1# we reject types that clash with predefined types
2{ 'struct': 'QType', 'data': { 'myint': 'size' } }
3