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