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