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