Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / doc-interleaved-section.json
blobadb29e98daa79379b8d161b24863e38cb0021ad2
1 # Arguments and sections must not be interleaved
3 ##
4 # @TestStruct:
6 # body
8 # @integer: foo
9 #           blah
11 #           bao
13 # Note: a section.
15 # @foobar: catch this
17 # Since: 2.3
20 { 'struct': 'TestStruct',
21   'data': { 'integer': 'int', 'foobar': 'int' } }