mirror of
https://github.com/qemu/qemu.git
synced 2024-12-25 05:03:41 +08:00
4 lines
137 B
JSON
4 lines
137 B
JSON
|
# we reject a loop in base classes
|
||
|
{ 'struct': 'Base1', 'base': 'Base2', 'data': {} }
|
||
|
{ 'struct': 'Base2', 'base': 'Base1', 'data': {} }
|