trace: count number of enabled events
[qemu/ar7.git] / tests / qapi-schema / flat-union-empty.out
blobeade2d5ac6ec8e1c74d20d0ce58be97b65a3402f
1 object :empty
2 object Base
3     member type: Empty optional=False
4 enum Empty []
5 enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool']
6     prefix QTYPE
7 object Union
8     base Base
9     tag type