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