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