Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / bad-if-empty-list.json
blob94f2eb86702de1c36b14e93174e56752dd53dc2b
1 # check empty 'if' list
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': [] }