Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190714' into staging
[qemu/ar7.git] / tests / qapi-schema / bad-if-empty.json
blobfe1dd4eca6bddaecaefe373bc49ec7c073ded87a
1 # check empty 'if'
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': '' }