aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-if-key.json
blob: 64c74c13f2004819dbff3c4f0984cbed11e2680f (plain)
1
2
3
# check unknown 'if' dict key
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
  'if': { 'value': 'defined(TEST_IF_STRUCT)' } }