]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-ident.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / bad-ident.json
1 # we reject creating a type name with bad name
2
3 ##
4 # @*oops:
5 ##
6 { 'struct': '*oops', 'data': { 'i': 'int' } }