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