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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
93 B
JSON
Raw Normal View History

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