]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-ident.json
b43df7a3e04bb102ffe468f0840fbc6dcecfd165
[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' } }