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