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