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