xref: /openbmc/qemu/tests/qapi-schema/enum-if-invalid.json (revision 1a7c00bb3aa4cf5501343fe041e93227ec33e66f)
1# check invalid 'if' type
2{ 'enum': 'TestIfEnum', 'data':
3  [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
4