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