xref: /openbmc/qemu/tests/qapi-schema/bad-type-int.json (revision 4142b011cac481356c6d0cf7a9046621a67484af)
1# we reject an expression with a metatype that is not a string
2# FIXME: once the parser understands integer inputs, improve the error message
3{ 'struct': 123, 'data': { } }
4