xref: /openbmc/qemu/tests/qapi-schema/bad-ident.json (revision 3c2758c286fbb82973471d09f5977dc5ece37137)
1# we reject creating a type name with bad name
2{ 'struct': '*oops', 'data': { 'i': 'int' } }
3