]> Git Repo - qemu.git/blob - tests/qapi-schema/bad-if.json
qapi: Split up scripts/qapi/common.py
[qemu.git] / tests / qapi-schema / bad-if.json
1 # check invalid 'if' type
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': { 'value': 'defined(TEST_IF_STRUCT)' } }
This page took 0.024966 seconds and 4 git commands to generate.