xref: /openbmc/qemu/tests/qapi-schema/bad-if-list.json (revision 819ce6b2a598b5c5c6866a3a6d1acb5261592f8a)
1# check invalid 'if' content
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3  'if': ['foo', ' '] }
4