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