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