summaryrefslogblamecommitdiffstats
path: root/tests/qapi-schema/struct-member-if-invalid.json
blob: 35078bd6600b4b28ae7e76250e9c04f195602ebf (plain) (tree)
1
2
3
                                

                                                       
# Cover member with invalid 'if'
{ 'struct': 'Stru',
  'data': { 'member': { 'type': 'int', 'if': true } } }