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