qemu-e2k/tests/qapi-schema/bad-ident.json

7 lines
110 B
JSON

# we reject creating a type name with bad name
##
# @*oops:
##
{ 'struct': '*oops', 'data': { 'i': 'int' } }