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