summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/bad-if.json
blob: 2639e3c6617e42205771e9ac64023f5dadc2746b (plain) (blame)
1
2
3
# check invalid 'if' type
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
  'if': ['TEST_IF_STRUCT'] }