]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-ident.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / bad-ident.json
1 # we reject creating a type name with bad name
2 { 'struct': '*oops', 'data': { 'i': 'int' } }