qapi: Convert QType into QAPI built-in enum type
[qemu/ar7.git] / tests / qapi-schema / alternate-empty.out
blob02b9876e76debdb73b6c8b01e0502598466d33d2
1 object :empty
2 alternate Alt
3     case i: int
4 enum AltKind ['i']
5 enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool']
6     prefix QTYPE