Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / qapi-schema / bad-if-empty-list.json
blobb62b5671df18aa6114105ea7a2ee88cc8a58c248
1 # check empty 'if' list
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'all': [] } }