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