xref: /qemu/tests/qapi-schema/bad-if-empty-list.json (revision a27bd6c779badb8d76e4430d810ef710a1b98f4e)
1# check empty 'if' list
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3  'if': [] }
4