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