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