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