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