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