You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/qapi-schema/struct-member-if-invalid.json

4 lines
109 B
JSON

# Cover member with invalid 'if'
{ 'struct': 'Stru',
'data': { 'member': { 'type': 'int', 'if': true } } }