]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-type-int.json
qapi: Add feature flags to struct members
[mirror_qemu.git] / tests / qapi-schema / bad-type-int.json
1 # we reject an expression with a metatype that is not a string
2 # FIXME: once the parser understands integer inputs, improve the error message
3 { 'struct': 123, 'data': { } }