Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / bad-base.json
1 # we reject a base that is not a struct
2 { 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
3 { 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }