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