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