xref: /openbmc/qemu/tests/qapi-schema/union-empty.json (revision 8c95e1f20c18007f30bdba6a60e99aea37cc473b)
1# unions cannot be empty
2{ 'union': 'Union', 'data': { } }
3