Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu/ar7.git] / tests / qapi-schema / bad-if-list.json
blobea3d95bb6b5f3ff824e5cb8106136addf0aaed15
1 # check invalid 'if' content
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': ['foo', ' '] }