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