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