fuzz: add virtio-9p configurations for fuzzing
[qemu/ar7.git] / tests / qapi-schema / bad-if-empty.json
blobfe1dd4eca6bddaecaefe373bc49ec7c073ded87a
1 # check empty 'if'
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': '' }