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