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