qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

alternate-conflict-lists.json (201B)


      1 # Two lists conflict even if their inner types would be compatible
      2 { 'struct': 'One',
      3   'data': { 'name': 'str' } }
      4 { 'alternate': 'Alt',
      5   'data': { 'one': [ 'int' ],
      6             'two': [ 'str' ] } }