qapi: Fix array first used in a different module
[qemu/armbru.git] / tests / qapi-schema / include / sub-module.json
blobafdb267228fa332a894a978151312cc07d8bfe85
1 # *-*- Mode: Python -*-*
3 # Sub-module of ../qapi-schema-test.json
5 { 'include': '../sub-sub-module.json' }
7 { 'struct': 'SecondArrayRef', 'data': { 's': ['Status'] } }