qemu

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

alternate-any.json (133B)


      1 # we do not allow the 'any' type as an alternate branch
      2 { 'alternate': 'Alt',
      3   'data': { 'one': 'any',
      4             'two': 'int' } }