]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-ident.json
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[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' } }