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