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