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