]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/doc-bad-enum-member.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / doc-bad-enum-member.json
CommitLineData
f035b47e 1# Members listed in the doc comment must exist in the actual schema
f035b47e
MA
2
3##
4# @Foo:
5# @a: a
6# @b: b
7##
8{ 'enum': 'Foo', 'data': [ 'b' ] }